Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Deep Cerulean | 257FA9 | #257FA9 | 37, 127, 169 | 14.51, 49.8, 66.27 | 78.11, 24.85, 0, 33.73 | 199.09090909091, 78.10650887574, 66.274509803922 |
Color #257fa9 is Deep Cerulean. In RGB: 14.51, 49.8, 66.27. In CMYK: 78.11, 24.85, 0, 33.73.
div { background: #257fa9; color: #000; }
div { background: #257fa9; color: #fff; }
div { background: linear-gradient(to bottom, #00668E 0%, #4899C4 100%); color: #000; }
div { background: linear-gradient(to bottom, #4899C4 0%, #00668E 100%); color: #000; }
div { background: linear-gradient(to bottom, #00668E 0%, #4899C4 100%); color: #fff; }
div { background: linear-gradient(to bottom, #4899C4 0%, #00668E 100%); color: #fff; }
div { border: 1px solid #257fa9; }
div { border: 5px solid #257fa9; }
div { border: 1px dashed #257fa9; }
div { border: 5px dashed #257fa9; }
div { border: 1px dotted #257fa9; }
div { border: 5px dotted #257fa9; }