Shades of Cerulean Blue #2547CE
Tints of Cerulean Blue #2547CE
RGB
CMYK
RGB Variations
Color information
#2547CE (or 0x2547CE) is known color: Cerulean Blue. HEX triplet: 25, 47 and CE. RGB value is (37,71,206). Sum of RGB (Red+Green+Blue) = 37+71+206=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #2547CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2547CE is #DAB831. Grayscale: #4B4B4B. Windows color (decimal): -14334002 or 13518629. OLE color: 13518629.
HSL color Cylindrical-coordinate representation of color #2547CE: hue angle of 227.93º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2547CE is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 71 | 206 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.19 |
| HSL | 227.93º | 0.7% | 0.48% | - |
| HSV(B) | 227.93º | 0.82% | 0.81% | - |
| XYZ | 14.16 | 9.36 | 59.45 | - |
| YUV | 76.22 | 201.24 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 71 | 206 | 0.82 | 0.66 | 0 | 0.19 | 227.93 | 0.7 | 0.48 |
| Hex | 25 | 47 | CE | 52 | 42 | 0 | 13 | E4 | 46 | 30 |
| Octal | 45 | 107 | 316 | 122 | 102 | 0 | 23 | 344 | 106 | 60 |
| Binary | 100101 | 1000111 | 11001110 | 1010010 | 1000010 | 0 | 10011 | 11100100 | 1000110 | 110000 |
Color Harmonies of #2547CE
Complementary color
Monochromatic Colors of #2547CE
Black with #2547CE
Text Example
Text Example
White with #2547CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2547CE; }
p { color: rgb(37,71,206); }
H1.HeaderClassName
{
color: #2547CE;
}
.AnyTagClassName
{
color: #2547CE;
}
</style>
background-color css
<style>
a { background-color: #2547CE; }
a { background-color: rgb(37,71,206); }
div.DivClassName
{
background-color: #2547CE;
}
.BgClassName
{
background-color: #2547CE;
}
</style>
border-color css
<style>
span { border-color: #2547CE; }
span { border-color: rgb(37,71,206); }
td.TdClassName
{
border-color: #2547CE;
}
.TagClassName
{
border-color: #2547CE;
}
</style>