Shades of Cerulean Blue #2444DC
Tints of Cerulean Blue #2444DC
RGB
CMYK
RGB Variations
Color information
#2444DC (or 0x2444DC) is known color: Cerulean Blue. HEX triplet: 24, 44 and DC. RGB value is (36,68,220). Sum of RGB (Red+Green+Blue) = 36+68+220=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #2444DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2444DC is #DBBB23. Grayscale: #4B4B4B. Windows color (decimal): -14400292 or 14435364. OLE color: 14435364.
HSL color Cylindrical-coordinate representation of color #2444DC: hue angle of 229.57º 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 #2444DC is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 68 | 220 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.14 |
| HSL | 229.57º | 0.72% | 0.5% | - |
| HSV(B) | 229.57º | 0.84% | 0.86% | - |
| XYZ | 15.71 | 9.68 | 68.75 | - |
| YUV | 75.76 | 209.4 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 220 | 0.84 | 0.69 | 0 | 0.14 | 229.57 | 0.72 | 0.5 |
| Hex | 24 | 44 | DC | 54 | 45 | 0 | E | E6 | 48 | 32 |
| Octal | 44 | 104 | 334 | 124 | 105 | 0 | 16 | 346 | 110 | 62 |
| Binary | 100100 | 1000100 | 11011100 | 1010100 | 1000101 | 0 | 1110 | 11100110 | 1001000 | 110010 |
Color Harmonies of #2444DC
Complementary color
Monochromatic Colors of #2444DC
Black with #2444DC
Text Example
Text Example
White with #2444DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2444DC; }
p { color: rgb(36,68,220); }
H1.HeaderClassName
{
color: #2444DC;
}
.AnyTagClassName
{
color: #2444DC;
}
</style>
background-color css
<style>
a { background-color: #2444DC; }
a { background-color: rgb(36,68,220); }
div.DivClassName
{
background-color: #2444DC;
}
.BgClassName
{
background-color: #2444DC;
}
</style>
border-color css
<style>
span { border-color: #2444DC; }
span { border-color: rgb(36,68,220); }
td.TdClassName
{
border-color: #2444DC;
}
.TagClassName
{
border-color: #2444DC;
}
</style>