Shades of Cerulean Blue #2449DB
Tints of Cerulean Blue #2449DB
RGB
CMYK
RGB Variations
Color information
#2449DB (or 0x2449DB) is known color: Cerulean Blue. HEX triplet: 24, 49 and DB. RGB value is (36,73,219). Sum of RGB (Red+Green+Blue) = 36+73+219=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #2449DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2449DB is #DBB624. Grayscale: #4D4D4D. Windows color (decimal): -14399013 or 14371108. OLE color: 14371108.
HSL color Cylindrical-coordinate representation of color #2449DB: hue angle of 227.87º 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 #2449DB is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 73 | 219 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.14 |
| HSL | 227.87º | 0.72% | 0.5% | - |
| HSV(B) | 227.87º | 0.84% | 0.86% | - |
| XYZ | 15.9 | 10.25 | 68.16 | - |
| YUV | 78.58 | 207.24 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 219 | 0.84 | 0.67 | 0 | 0.14 | 227.87 | 0.72 | 0.5 |
| Hex | 24 | 49 | DB | 54 | 43 | 0 | E | E4 | 48 | 32 |
| Octal | 44 | 111 | 333 | 124 | 103 | 0 | 16 | 344 | 110 | 62 |
| Binary | 100100 | 1001001 | 11011011 | 1010100 | 1000011 | 0 | 1110 | 11100100 | 1001000 | 110010 |
Color Harmonies of #2449DB
Complementary color
Monochromatic Colors of #2449DB
Black with #2449DB
Text Example
Text Example
White with #2449DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2449DB; }
p { color: rgb(36,73,219); }
H1.HeaderClassName
{
color: #2449DB;
}
.AnyTagClassName
{
color: #2449DB;
}
</style>
background-color css
<style>
a { background-color: #2449DB; }
a { background-color: rgb(36,73,219); }
div.DivClassName
{
background-color: #2449DB;
}
.BgClassName
{
background-color: #2449DB;
}
</style>
border-color css
<style>
span { border-color: #2449DB; }
span { border-color: rgb(36,73,219); }
td.TdClassName
{
border-color: #2449DB;
}
.TagClassName
{
border-color: #2449DB;
}
</style>