Shades of Cerulean Blue #245CCE
Tints of Cerulean Blue #245CCE
RGB
CMYK
RGB Variations
Color information
#245CCE (or 0x245CCE) is known color: Cerulean Blue. HEX triplet: 24, 5C and CE. RGB value is (36,92,206). Sum of RGB (Red+Green+Blue) = 36+92+206=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #245CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245CCE is #DBA331. Grayscale: #575757. Windows color (decimal): -14394162 or 13524004. OLE color: 13524004.
HSL color Cylindrical-coordinate representation of color #245CCE: hue angle of 220.24º 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 #245CCE is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 92 | 206 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.19 |
| HSL | 220.24º | 0.7% | 0.47% | - |
| HSV(B) | 220.24º | 0.83% | 0.81% | - |
| XYZ | 15.7 | 12.49 | 59.98 | - |
| YUV | 88.25 | 194.45 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 206 | 0.83 | 0.55 | 0 | 0.19 | 220.24 | 0.7 | 0.47 |
| Hex | 24 | 5C | CE | 53 | 37 | 0 | 13 | DC | 46 | 2F |
| Octal | 44 | 134 | 316 | 123 | 67 | 0 | 23 | 334 | 106 | 57 |
| Binary | 100100 | 1011100 | 11001110 | 1010011 | 110111 | 0 | 10011 | 11011100 | 1000110 | 101111 |
Color Harmonies of #245CCE
Complementary color
Monochromatic Colors of #245CCE
Black with #245CCE
Text Example
Text Example
White with #245CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245CCE; }
p { color: rgb(36,92,206); }
H1.HeaderClassName
{
color: #245CCE;
}
.AnyTagClassName
{
color: #245CCE;
}
</style>
background-color css
<style>
a { background-color: #245CCE; }
a { background-color: rgb(36,92,206); }
div.DivClassName
{
background-color: #245CCE;
}
.BgClassName
{
background-color: #245CCE;
}
</style>
border-color css
<style>
span { border-color: #245CCE; }
span { border-color: rgb(36,92,206); }
td.TdClassName
{
border-color: #245CCE;
}
.TagClassName
{
border-color: #245CCE;
}
</style>