Shades of Cerulean Blue #245BDC
Tints of Cerulean Blue #245BDC
RGB
CMYK
RGB Variations
Color information
#245BDC (or 0x245BDC) is known color: Cerulean Blue. HEX triplet: 24, 5B and DC. RGB value is (36,91,220). Sum of RGB (Red+Green+Blue) = 36+91+220=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #245BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BDC is #DBA423. Grayscale: #585858. Windows color (decimal): -14394404 or 14441252. OLE color: 14441252.
HSL color Cylindrical-coordinate representation of color #245BDC: hue angle of 222.07º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #245BDC is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 91 | 220 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.14 |
| HSL | 222.07º | 0.72% | 0.5% | - |
| HSV(B) | 222.07º | 0.84% | 0.86% | - |
| XYZ | 17.39 | 13.02 | 69.31 | - |
| YUV | 89.26 | 201.78 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 220 | 0.84 | 0.59 | 0 | 0.14 | 222.07 | 0.72 | 0.5 |
| Hex | 24 | 5B | DC | 54 | 3B | 0 | E | DE | 48 | 32 |
| Octal | 44 | 133 | 334 | 124 | 73 | 0 | 16 | 336 | 110 | 62 |
| Binary | 100100 | 1011011 | 11011100 | 1010100 | 111011 | 0 | 1110 | 11011110 | 1001000 | 110010 |
Color Harmonies of #245BDC
Complementary color
Monochromatic Colors of #245BDC
Black with #245BDC
Text Example
Text Example
White with #245BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BDC; }
p { color: rgb(36,91,220); }
H1.HeaderClassName
{
color: #245BDC;
}
.AnyTagClassName
{
color: #245BDC;
}
</style>
background-color css
<style>
a { background-color: #245BDC; }
a { background-color: rgb(36,91,220); }
div.DivClassName
{
background-color: #245BDC;
}
.BgClassName
{
background-color: #245BDC;
}
</style>
border-color css
<style>
span { border-color: #245BDC; }
span { border-color: rgb(36,91,220); }
td.TdClassName
{
border-color: #245BDC;
}
.TagClassName
{
border-color: #245BDC;
}
</style>