Shades of Cerulean Blue #2444DA
Tints of Cerulean Blue #2444DA
RGB
CMYK
RGB Variations
Color information
#2444DA (or 0x2444DA) is known color: Cerulean Blue. HEX triplet: 24, 44 and DA. RGB value is (36,68,218). Sum of RGB (Red+Green+Blue) = 36+68+218=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 218 (85.55% from 255 or 67.70% from 322); Max value from RGB is 218 - color contains mainly: blue. Hex color #2444DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2444DA is #DBBB25. Grayscale: #4A4A4A. Windows color (decimal): -14400294 or 14304292. OLE color: 14304292.
HSL color Cylindrical-coordinate representation of color #2444DA: hue angle of 229.45º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2444DA is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 68 | 218 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.15 |
| HSL | 229.45º | 0.72% | 0.5% | - |
| HSV(B) | 229.45º | 0.83% | 0.85% | - |
| XYZ | 15.45 | 9.57 | 67.36 | - |
| YUV | 75.53 | 208.4 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 218 | 0.83 | 0.69 | 0 | 0.15 | 229.45 | 0.72 | 0.5 |
| Hex | 24 | 44 | DA | 53 | 45 | 0 | F | E5 | 48 | 32 |
| Octal | 44 | 104 | 332 | 123 | 105 | 0 | 17 | 345 | 110 | 62 |
| Binary | 100100 | 1000100 | 11011010 | 1010011 | 1000101 | 0 | 1111 | 11100101 | 1001000 | 110010 |
Color Harmonies of #2444DA
Complementary color
Monochromatic Colors of #2444DA
Black with #2444DA
Text Example
Text Example
White with #2444DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2444DA; }
p { color: rgb(36,68,218); }
H1.HeaderClassName
{
color: #2444DA;
}
.AnyTagClassName
{
color: #2444DA;
}
</style>
background-color css
<style>
a { background-color: #2444DA; }
a { background-color: rgb(36,68,218); }
div.DivClassName
{
background-color: #2444DA;
}
.BgClassName
{
background-color: #2444DA;
}
</style>
border-color css
<style>
span { border-color: #2444DA; }
span { border-color: rgb(36,68,218); }
td.TdClassName
{
border-color: #2444DA;
}
.TagClassName
{
border-color: #2444DA;
}
</style>