Shades of Cerulean Blue #245EC6
Tints of Cerulean Blue #245EC6
RGB
CMYK
RGB Variations
Color information
#245EC6 (or 0x245EC6) is known color: Cerulean Blue. HEX triplet: 24, 5E and C6. RGB value is (36,94,198). Sum of RGB (Red+Green+Blue) = 36+94+198=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 198 (77.73% from 255 or 60.37% from 328); Max value from RGB is 198 - color contains mainly: blue. Hex color #245EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245EC6 is #DBA139. Grayscale: #585858. Windows color (decimal): -14393658 or 13000228. OLE color: 13000228.
HSL color Cylindrical-coordinate representation of color #245EC6: hue angle of 218.52º 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 #245EC6 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 94 | 198 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.22 |
| HSL | 218.52º | 0.69% | 0.46% | - |
| HSV(B) | 218.52º | 0.82% | 0.78% | - |
| XYZ | 14.92 | 12.46 | 55.04 | - |
| YUV | 88.51 | 189.78 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 94 | 198 | 0.82 | 0.53 | 0 | 0.22 | 218.52 | 0.69 | 0.46 |
| Hex | 24 | 5E | C6 | 52 | 35 | 0 | 16 | DB | 45 | 2E |
| Octal | 44 | 136 | 306 | 122 | 65 | 0 | 26 | 333 | 105 | 56 |
| Binary | 100100 | 1011110 | 11000110 | 1010010 | 110101 | 0 | 10110 | 11011011 | 1000101 | 101110 |
Color Harmonies of #245EC6
Complementary color
Monochromatic Colors of #245EC6
Black with #245EC6
Text Example
Text Example
White with #245EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245EC6; }
p { color: rgb(36,94,198); }
H1.HeaderClassName
{
color: #245EC6;
}
.AnyTagClassName
{
color: #245EC6;
}
</style>
background-color css
<style>
a { background-color: #245EC6; }
a { background-color: rgb(36,94,198); }
div.DivClassName
{
background-color: #245EC6;
}
.BgClassName
{
background-color: #245EC6;
}
</style>
border-color css
<style>
span { border-color: #245EC6; }
span { border-color: rgb(36,94,198); }
td.TdClassName
{
border-color: #245EC6;
}
.TagClassName
{
border-color: #245EC6;
}
</style>