Shades of Cerulean Blue #245EC8
Tints of Cerulean Blue #245EC8
RGB
CMYK
RGB Variations
Color information
#245EC8 (or 0x245EC8) is known color: Cerulean Blue. HEX triplet: 24, 5E and C8. RGB value is (36,94,200). Sum of RGB (Red+Green+Blue) = 36+94+200=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 200 (78.52% from 255 or 60.61% from 330); Max value from RGB is 200 - color contains mainly: blue. Hex color #245EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245EC8 is #DBA137. Grayscale: #585858. Windows color (decimal): -14393656 or 13131300. OLE color: 13131300.
HSL color Cylindrical-coordinate representation of color #245EC8: hue angle of 218.78º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #245EC8 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 94 | 200 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.22 |
| HSL | 218.78º | 0.69% | 0.46% | - |
| HSV(B) | 218.78º | 0.82% | 0.78% | - |
| XYZ | 15.16 | 12.55 | 56.27 | - |
| YUV | 88.74 | 190.78 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 200 | 0.82 | 0.53 | 0 | 0.22 | 218.78 | 0.69 | 0.46 |
| Hex | 24 | 5E | C8 | 52 | 35 | 0 | 16 | DB | 45 | 2E |
| Octal | 44 | 136 | 310 | 122 | 65 | 0 | 26 | 333 | 105 | 56 |
| Binary | 100100 | 1011110 | 11001000 | 1010010 | 110101 | 0 | 10110 | 11011011 | 1000101 | 101110 |
Color Harmonies of #245EC8
Complementary color
Monochromatic Colors of #245EC8
Black with #245EC8
Text Example
Text Example
White with #245EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245EC8; }
p { color: rgb(36,94,200); }
H1.HeaderClassName
{
color: #245EC8;
}
.AnyTagClassName
{
color: #245EC8;
}
</style>
background-color css
<style>
a { background-color: #245EC8; }
a { background-color: rgb(36,94,200); }
div.DivClassName
{
background-color: #245EC8;
}
.BgClassName
{
background-color: #245EC8;
}
</style>
border-color css
<style>
span { border-color: #245EC8; }
span { border-color: rgb(36,94,200); }
td.TdClassName
{
border-color: #245EC8;
}
.TagClassName
{
border-color: #245EC8;
}
</style>