Shades of Cerulean Blue #2444DE
Tints of Cerulean Blue #2444DE
RGB
CMYK
RGB Variations
Color information
#2444DE (or 0x2444DE) is known color: Cerulean Blue. HEX triplet: 24, 44 and DE. RGB value is (36,68,222). Sum of RGB (Red+Green+Blue) = 36+68+222=326 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.04% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #2444DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2444DE is #DBBB21. Grayscale: #4B4B4B. Windows color (decimal): -14400290 or 14566436. OLE color: 14566436.
HSL color Cylindrical-coordinate representation of color #2444DE: hue angle of 229.68º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2444DE is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 68 | 222 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.13 |
| HSL | 229.68º | 0.74% | 0.51% | - |
| HSV(B) | 229.68º | 0.84% | 0.87% | - |
| XYZ | 15.98 | 9.78 | 70.15 | - |
| YUV | 75.99 | 210.4 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 222 | 0.84 | 0.69 | 0 | 0.13 | 229.68 | 0.74 | 0.51 |
| Hex | 24 | 44 | DE | 54 | 45 | 0 | D | E6 | 4A | 33 |
| Octal | 44 | 104 | 336 | 124 | 105 | 0 | 15 | 346 | 112 | 63 |
| Binary | 100100 | 1000100 | 11011110 | 1010100 | 1000101 | 0 | 1101 | 11100110 | 1001010 | 110011 |
Color Harmonies of #2444DE
Complementary color
Monochromatic Colors of #2444DE
Black with #2444DE
Text Example
Text Example
White with #2444DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2444DE; }
p { color: rgb(36,68,222); }
H1.HeaderClassName
{
color: #2444DE;
}
.AnyTagClassName
{
color: #2444DE;
}
</style>
background-color css
<style>
a { background-color: #2444DE; }
a { background-color: rgb(36,68,222); }
div.DivClassName
{
background-color: #2444DE;
}
.BgClassName
{
background-color: #2444DE;
}
</style>
border-color css
<style>
span { border-color: #2444DE; }
span { border-color: rgb(36,68,222); }
td.TdClassName
{
border-color: #2444DE;
}
.TagClassName
{
border-color: #2444DE;
}
</style>