Shades of Cerulean Blue #244EC0
Tints of Cerulean Blue #244EC0
RGB
CMYK
RGB Variations
Color information
#244EC0 (or 0x244EC0) is known color: Cerulean Blue. HEX triplet: 24, 4E and C0. RGB value is (36,78,192). Sum of RGB (Red+Green+Blue) = 36+78+192=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 192 (75.39% from 255 or 62.75% from 306); Max value from RGB is 192 - color contains mainly: blue. Hex color #244EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #244EC0 is #DBB13F. Grayscale: #4D4D4D. Windows color (decimal): -14397760 or 12602916. OLE color: 12602916.
HSL color Cylindrical-coordinate representation of color #244EC0: hue angle of 223.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #244EC0 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 78 | 192 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.25 |
| HSL | 223.85º | 0.68% | 0.45% | - |
| HSV(B) | 223.85º | 0.81% | 0.75% | - |
| XYZ | 12.97 | 9.63 | 51.04 | - |
| YUV | 78.44 | 192.09 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 192 | 0.81 | 0.59 | 0 | 0.25 | 223.85 | 0.68 | 0.45 |
| Hex | 24 | 4E | C0 | 51 | 3B | 0 | 19 | E0 | 44 | 2D |
| Octal | 44 | 116 | 300 | 121 | 73 | 0 | 31 | 340 | 104 | 55 |
| Binary | 100100 | 1001110 | 11000000 | 1010001 | 111011 | 0 | 11001 | 11100000 | 1000100 | 101101 |
Color Harmonies of #244EC0
Complementary color
Monochromatic Colors of #244EC0
Black with #244EC0
Text Example
Text Example
White with #244EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244EC0; }
p { color: rgb(36,78,192); }
H1.HeaderClassName
{
color: #244EC0;
}
.AnyTagClassName
{
color: #244EC0;
}
</style>
background-color css
<style>
a { background-color: #244EC0; }
a { background-color: rgb(36,78,192); }
div.DivClassName
{
background-color: #244EC0;
}
.BgClassName
{
background-color: #244EC0;
}
</style>
border-color css
<style>
span { border-color: #244EC0; }
span { border-color: rgb(36,78,192); }
td.TdClassName
{
border-color: #244EC0;
}
.TagClassName
{
border-color: #244EC0;
}
</style>