Shades of Cerulean Blue #2549CE
Tints of Cerulean Blue #2549CE
RGB
CMYK
RGB Variations
Color information
#2549CE (or 0x2549CE) is known color: Cerulean Blue. HEX triplet: 25, 49 and CE. RGB value is (37,73,206). Sum of RGB (Red+Green+Blue) = 37+73+206=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #2549CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2549CE is #DAB631. Grayscale: #4C4C4C. Windows color (decimal): -14333490 or 13519141. OLE color: 13519141.
HSL color Cylindrical-coordinate representation of color #2549CE: hue angle of 227.22º 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 #2549CE is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 73 | 206 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.19 |
| HSL | 227.22º | 0.7% | 0.48% | - |
| HSV(B) | 227.22º | 0.82% | 0.81% | - |
| XYZ | 14.29 | 9.61 | 59.5 | - |
| YUV | 77.4 | 200.57 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 73 | 206 | 0.82 | 0.65 | 0 | 0.19 | 227.22 | 0.7 | 0.48 |
| Hex | 25 | 49 | CE | 52 | 41 | 0 | 13 | E3 | 46 | 30 |
| Octal | 45 | 111 | 316 | 122 | 101 | 0 | 23 | 343 | 106 | 60 |
| Binary | 100101 | 1001001 | 11001110 | 1010010 | 1000001 | 0 | 10011 | 11100011 | 1000110 | 110000 |
Color Harmonies of #2549CE
Complementary color
Monochromatic Colors of #2549CE
Black with #2549CE
Text Example
Text Example
White with #2549CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2549CE; }
p { color: rgb(37,73,206); }
H1.HeaderClassName
{
color: #2549CE;
}
.AnyTagClassName
{
color: #2549CE;
}
</style>
background-color css
<style>
a { background-color: #2549CE; }
a { background-color: rgb(37,73,206); }
div.DivClassName
{
background-color: #2549CE;
}
.BgClassName
{
background-color: #2549CE;
}
</style>
border-color css
<style>
span { border-color: #2549CE; }
span { border-color: rgb(37,73,206); }
td.TdClassName
{
border-color: #2549CE;
}
.TagClassName
{
border-color: #2549CE;
}
</style>