Shades of Cerulean Blue #245ECD
Tints of Cerulean Blue #245ECD
RGB
CMYK
RGB Variations
Color information
#245ECD (or 0x245ECD) is known color: Cerulean Blue. HEX triplet: 24, 5E and CD. RGB value is (36,94,205). Sum of RGB (Red+Green+Blue) = 36+94+205=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #245ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245ECD is #DBA132. Grayscale: #585858. Windows color (decimal): -14393651 or 13458980. OLE color: 13458980.
HSL color Cylindrical-coordinate representation of color #245ECD: hue angle of 219.41º 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 #245ECD is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 94 | 205 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.20 |
| HSL | 219.41º | 0.7% | 0.47% | - |
| HSV(B) | 219.41º | 0.82% | 0.8% | - |
| XYZ | 15.75 | 12.79 | 59.4 | - |
| YUV | 89.31 | 193.28 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 205 | 0.82 | 0.54 | 0 | 0.20 | 219.41 | 0.7 | 0.47 |
| Hex | 24 | 5E | CD | 52 | 36 | 0 | 14 | DB | 46 | 2F |
| Octal | 44 | 136 | 315 | 122 | 66 | 0 | 24 | 333 | 106 | 57 |
| Binary | 100100 | 1011110 | 11001101 | 1010010 | 110110 | 0 | 10100 | 11011011 | 1000110 | 101111 |
Color Harmonies of #245ECD
Complementary color
Monochromatic Colors of #245ECD
Black with #245ECD
Text Example
Text Example
White with #245ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245ECD; }
p { color: rgb(36,94,205); }
H1.HeaderClassName
{
color: #245ECD;
}
.AnyTagClassName
{
color: #245ECD;
}
</style>
background-color css
<style>
a { background-color: #245ECD; }
a { background-color: rgb(36,94,205); }
div.DivClassName
{
background-color: #245ECD;
}
.BgClassName
{
background-color: #245ECD;
}
</style>
border-color css
<style>
span { border-color: #245ECD; }
span { border-color: rgb(36,94,205); }
td.TdClassName
{
border-color: #245ECD;
}
.TagClassName
{
border-color: #245ECD;
}
</style>