Shades of Cerulean Blue #245ECC
Tints of Cerulean Blue #245ECC
RGB
CMYK
RGB Variations
Color information
#245ECC (or 0x245ECC) is known color: Cerulean Blue. HEX triplet: 24, 5E and CC. RGB value is (36,94,204). Sum of RGB (Red+Green+Blue) = 36+94+204=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #245ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245ECC is #DBA133. Grayscale: #585858. Windows color (decimal): -14393652 or 13393444. OLE color: 13393444.
HSL color Cylindrical-coordinate representation of color #245ECC: hue angle of 219.29º 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 #245ECC is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 94 | 204 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.2 |
| HSL | 219.29º | 0.7% | 0.47% | - |
| HSV(B) | 219.29º | 0.82% | 0.8% | - |
| XYZ | 15.63 | 12.74 | 58.76 | - |
| YUV | 89.2 | 192.78 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 204 | 0.82 | 0.54 | 0 | 0.2 | 219.29 | 0.7 | 0.47 |
| Hex | 24 | 5E | CC | 52 | 36 | 0 | 14 | DB | 46 | 2F |
| Octal | 44 | 136 | 314 | 122 | 66 | 0 | 24 | 333 | 106 | 57 |
| Binary | 100100 | 1011110 | 11001100 | 1010010 | 110110 | 0 | 10100 | 11011011 | 1000110 | 101111 |
Color Harmonies of #245ECC
Complementary color
Monochromatic Colors of #245ECC
Black with #245ECC
Text Example
Text Example
White with #245ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245ECC; }
p { color: rgb(36,94,204); }
H1.HeaderClassName
{
color: #245ECC;
}
.AnyTagClassName
{
color: #245ECC;
}
</style>
background-color css
<style>
a { background-color: #245ECC; }
a { background-color: rgb(36,94,204); }
div.DivClassName
{
background-color: #245ECC;
}
.BgClassName
{
background-color: #245ECC;
}
</style>
border-color css
<style>
span { border-color: #245ECC; }
span { border-color: rgb(36,94,204); }
td.TdClassName
{
border-color: #245ECC;
}
.TagClassName
{
border-color: #245ECC;
}
</style>