Shades of Cerulean Blue #2445CE
Tints of Cerulean Blue #2445CE
RGB
CMYK
RGB Variations
Color information
#2445CE (or 0x2445CE) is known color: Cerulean Blue. HEX triplet: 24, 45 and CE. RGB value is (36,69,206). Sum of RGB (Red+Green+Blue) = 36+69+206=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #2445CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2445CE is #DBBA31. Grayscale: #4A4A4A. Windows color (decimal): -14400050 or 13518116. OLE color: 13518116.
HSL color Cylindrical-coordinate representation of color #2445CE: hue angle of 228.35º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2445CE is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 69 | 206 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.19 |
| HSL | 228.35º | 0.7% | 0.47% | - |
| HSV(B) | 228.35º | 0.83% | 0.81% | - |
| XYZ | 14 | 9.09 | 59.41 | - |
| YUV | 74.75 | 202.07 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 69 | 206 | 0.83 | 0.67 | 0 | 0.19 | 228.35 | 0.7 | 0.47 |
| Hex | 24 | 45 | CE | 53 | 43 | 0 | 13 | E4 | 46 | 2F |
| Octal | 44 | 105 | 316 | 123 | 103 | 0 | 23 | 344 | 106 | 57 |
| Binary | 100100 | 1000101 | 11001110 | 1010011 | 1000011 | 0 | 10011 | 11100100 | 1000110 | 101111 |
Color Harmonies of #2445CE
Complementary color
Monochromatic Colors of #2445CE
Black with #2445CE
Text Example
Text Example
White with #2445CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2445CE; }
p { color: rgb(36,69,206); }
H1.HeaderClassName
{
color: #2445CE;
}
.AnyTagClassName
{
color: #2445CE;
}
</style>
background-color css
<style>
a { background-color: #2445CE; }
a { background-color: rgb(36,69,206); }
div.DivClassName
{
background-color: #2445CE;
}
.BgClassName
{
background-color: #2445CE;
}
</style>
border-color css
<style>
span { border-color: #2445CE; }
span { border-color: rgb(36,69,206); }
td.TdClassName
{
border-color: #2445CE;
}
.TagClassName
{
border-color: #2445CE;
}
</style>