Shades of Cerulean Blue #244EDD
Tints of Cerulean Blue #244EDD
RGB
CMYK
RGB Variations
Color information
#244EDD (or 0x244EDD) is known color: Cerulean Blue. HEX triplet: 24, 4E and DD. RGB value is (36,78,221). Sum of RGB (Red+Green+Blue) = 36+78+221=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #244EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #244EDD is #DBB122. Grayscale: #515151. Windows color (decimal): -14397731 or 14503460. OLE color: 14503460.
HSL color Cylindrical-coordinate representation of color #244EDD: hue angle of 226.38º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #244EDD is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 78 | 221 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.13 |
| HSL | 226.38º | 0.73% | 0.5% | - |
| HSV(B) | 226.38º | 0.84% | 0.87% | - |
| XYZ | 16.5 | 11.04 | 69.67 | - |
| YUV | 81.74 | 206.59 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 221 | 0.84 | 0.65 | 0 | 0.13 | 226.38 | 0.73 | 0.5 |
| Hex | 24 | 4E | DD | 54 | 41 | 0 | D | E2 | 49 | 32 |
| Octal | 44 | 116 | 335 | 124 | 101 | 0 | 15 | 342 | 111 | 62 |
| Binary | 100100 | 1001110 | 11011101 | 1010100 | 1000001 | 0 | 1101 | 11100010 | 1001001 | 110010 |
Color Harmonies of #244EDD
Complementary color
Monochromatic Colors of #244EDD
Black with #244EDD
Text Example
Text Example
White with #244EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244EDD; }
p { color: rgb(36,78,221); }
H1.HeaderClassName
{
color: #244EDD;
}
.AnyTagClassName
{
color: #244EDD;
}
</style>
background-color css
<style>
a { background-color: #244EDD; }
a { background-color: rgb(36,78,221); }
div.DivClassName
{
background-color: #244EDD;
}
.BgClassName
{
background-color: #244EDD;
}
</style>
border-color css
<style>
span { border-color: #244EDD; }
span { border-color: rgb(36,78,221); }
td.TdClassName
{
border-color: #244EDD;
}
.TagClassName
{
border-color: #244EDD;
}
</style>