Shades of Cerulean Blue #245ECE
Tints of Cerulean Blue #245ECE
RGB
CMYK
RGB Variations
Color information
#245ECE (or 0x245ECE) is known color: Cerulean Blue. HEX triplet: 24, 5E and CE. RGB value is (36,94,206). Sum of RGB (Red+Green+Blue) = 36+94+206=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #245ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245ECE is #DBA131. Grayscale: #585858. Windows color (decimal): -14393650 or 13524516. OLE color: 13524516.
HSL color Cylindrical-coordinate representation of color #245ECE: hue angle of 219.53º 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 #245ECE is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 36 | 94 | 206 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.19 |
| HSL | 219.53º | 0.7% | 0.47% | - |
| HSV(B) | 219.53º | 0.83% | 0.81% | - |
| XYZ | 15.87 | 12.84 | 60.03 | - |
| YUV | 89.43 | 193.78 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 206 | 0.83 | 0.54 | 0 | 0.19 | 219.53 | 0.7 | 0.47 |
| Hex | 24 | 5E | CE | 53 | 36 | 0 | 13 | DC | 46 | 2F |
| Octal | 44 | 136 | 316 | 123 | 66 | 0 | 23 | 334 | 106 | 57 |
| Binary | 100100 | 1011110 | 11001110 | 1010011 | 110110 | 0 | 10011 | 11011100 | 1000110 | 101111 |
Color Harmonies of #245ECE
Complementary color
Monochromatic Colors of #245ECE
Black with #245ECE
Text Example
Text Example
White with #245ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245ECE; }
p { color: rgb(36,94,206); }
H1.HeaderClassName
{
color: #245ECE;
}
.AnyTagClassName
{
color: #245ECE;
}
</style>
background-color css
<style>
a { background-color: #245ECE; }
a { background-color: rgb(36,94,206); }
div.DivClassName
{
background-color: #245ECE;
}
.BgClassName
{
background-color: #245ECE;
}
</style>
border-color css
<style>
span { border-color: #245ECE; }
span { border-color: rgb(36,94,206); }
td.TdClassName
{
border-color: #245ECE;
}
.TagClassName
{
border-color: #245ECE;
}
</style>