Shades of Cerulean Blue #244EDB
Tints of Cerulean Blue #244EDB
RGB
CMYK
RGB Variations
Color information
#244EDB (or 0x244EDB) is known color: Cerulean Blue. HEX triplet: 24, 4E and DB. RGB value is (36,78,219). Sum of RGB (Red+Green+Blue) = 36+78+219=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #244EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #244EDB is #DBB124. Grayscale: #505050. Windows color (decimal): -14397733 or 14372388. OLE color: 14372388.
HSL color Cylindrical-coordinate representation of color #244EDB: hue angle of 226.23º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #244EDB is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 78 | 219 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.14 |
| HSL | 226.23º | 0.72% | 0.5% | - |
| HSV(B) | 226.23º | 0.84% | 0.86% | - |
| XYZ | 16.24 | 10.94 | 68.27 | - |
| YUV | 81.52 | 205.59 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 219 | 0.84 | 0.64 | 0 | 0.14 | 226.23 | 0.72 | 0.5 |
| Hex | 24 | 4E | DB | 54 | 40 | 0 | E | E2 | 48 | 32 |
| Octal | 44 | 116 | 333 | 124 | 100 | 0 | 16 | 342 | 110 | 62 |
| Binary | 100100 | 1001110 | 11011011 | 1010100 | 1000000 | 0 | 1110 | 11100010 | 1001000 | 110010 |
Color Harmonies of #244EDB
Complementary color
Monochromatic Colors of #244EDB
Black with #244EDB
Text Example
Text Example
White with #244EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244EDB; }
p { color: rgb(36,78,219); }
H1.HeaderClassName
{
color: #244EDB;
}
.AnyTagClassName
{
color: #244EDB;
}
</style>
background-color css
<style>
a { background-color: #244EDB; }
a { background-color: rgb(36,78,219); }
div.DivClassName
{
background-color: #244EDB;
}
.BgClassName
{
background-color: #244EDB;
}
</style>
border-color css
<style>
span { border-color: #244EDB; }
span { border-color: rgb(36,78,219); }
td.TdClassName
{
border-color: #244EDB;
}
.TagClassName
{
border-color: #244EDB;
}
</style>