Shades of Cerulean Blue #2449DC
Tints of Cerulean Blue #2449DC
RGB
CMYK
RGB Variations
Color information
#2449DC (or 0x2449DC) is known color: Cerulean Blue. HEX triplet: 24, 49 and DC. RGB value is (36,73,220). Sum of RGB (Red+Green+Blue) = 36+73+220=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #2449DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2449DC is #DBB623. Grayscale: #4E4E4E. Windows color (decimal): -14399012 or 14436644. OLE color: 14436644.
HSL color Cylindrical-coordinate representation of color #2449DC: hue angle of 227.93º 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 #2449DC is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 73 | 220 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.14 |
| HSL | 227.93º | 0.72% | 0.5% | - |
| HSV(B) | 227.93º | 0.84% | 0.86% | - |
| XYZ | 16.03 | 10.31 | 68.85 | - |
| YUV | 78.7 | 207.74 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 220 | 0.84 | 0.67 | 0 | 0.14 | 227.93 | 0.72 | 0.5 |
| Hex | 24 | 49 | DC | 54 | 43 | 0 | E | E4 | 48 | 32 |
| Octal | 44 | 111 | 334 | 124 | 103 | 0 | 16 | 344 | 110 | 62 |
| Binary | 100100 | 1001001 | 11011100 | 1010100 | 1000011 | 0 | 1110 | 11100100 | 1001000 | 110010 |
Color Harmonies of #2449DC
Complementary color
Monochromatic Colors of #2449DC
Black with #2449DC
Text Example
Text Example
White with #2449DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2449DC; }
p { color: rgb(36,73,220); }
H1.HeaderClassName
{
color: #2449DC;
}
.AnyTagClassName
{
color: #2449DC;
}
</style>
background-color css
<style>
a { background-color: #2449DC; }
a { background-color: rgb(36,73,220); }
div.DivClassName
{
background-color: #2449DC;
}
.BgClassName
{
background-color: #2449DC;
}
</style>
border-color css
<style>
span { border-color: #2449DC; }
span { border-color: rgb(36,73,220); }
td.TdClassName
{
border-color: #2449DC;
}
.TagClassName
{
border-color: #2449DC;
}
</style>