Shades of Cerulean Blue #245BCC
Tints of Cerulean Blue #245BCC
RGB
CMYK
RGB Variations
Color information
#245BCC (or 0x245BCC) is known color: Cerulean Blue. HEX triplet: 24, 5B and CC. RGB value is (36,91,204). Sum of RGB (Red+Green+Blue) = 36+91+204=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #245BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BCC is #DBA433. Grayscale: #565656. Windows color (decimal): -14394420 or 13392676. OLE color: 13392676.
HSL color Cylindrical-coordinate representation of color #245BCC: hue angle of 220.36º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #245BCC is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 91 | 204 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.2 |
| HSL | 220.36º | 0.7% | 0.47% | - |
| HSV(B) | 220.36º | 0.82% | 0.8% | - |
| XYZ | 15.37 | 12.22 | 58.67 | - |
| YUV | 87.44 | 193.78 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 204 | 0.82 | 0.55 | 0 | 0.2 | 220.36 | 0.7 | 0.47 |
| Hex | 24 | 5B | CC | 52 | 37 | 0 | 14 | DC | 46 | 2F |
| Octal | 44 | 133 | 314 | 122 | 67 | 0 | 24 | 334 | 106 | 57 |
| Binary | 100100 | 1011011 | 11001100 | 1010010 | 110111 | 0 | 10100 | 11011100 | 1000110 | 101111 |
Color Harmonies of #245BCC
Complementary color
Monochromatic Colors of #245BCC
Black with #245BCC
Text Example
Text Example
White with #245BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BCC; }
p { color: rgb(36,91,204); }
H1.HeaderClassName
{
color: #245BCC;
}
.AnyTagClassName
{
color: #245BCC;
}
</style>
background-color css
<style>
a { background-color: #245BCC; }
a { background-color: rgb(36,91,204); }
div.DivClassName
{
background-color: #245BCC;
}
.BgClassName
{
background-color: #245BCC;
}
</style>
border-color css
<style>
span { border-color: #245BCC; }
span { border-color: rgb(36,91,204); }
td.TdClassName
{
border-color: #245BCC;
}
.TagClassName
{
border-color: #245BCC;
}
</style>