Shades of Cerulean Blue #244BDA
Tints of Cerulean Blue #244BDA
RGB
CMYK
RGB Variations
Color information
#244BDA (or 0x244BDA) is known color: Cerulean Blue. HEX triplet: 24, 4B and DA. RGB value is (36,75,218). Sum of RGB (Red+Green+Blue) = 36+75+218=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #244BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #244BDA is #DBB425. Grayscale: #4F4F4F. Windows color (decimal): -14398502 or 14306084. OLE color: 14306084.
HSL color Cylindrical-coordinate representation of color #244BDA: hue angle of 227.14º 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 #244BDA is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 75 | 218 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.15 |
| HSL | 227.14º | 0.72% | 0.5% | - |
| HSV(B) | 227.14º | 0.83% | 0.85% | - |
| XYZ | 15.9 | 10.47 | 67.51 | - |
| YUV | 79.64 | 206.08 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 75 | 218 | 0.83 | 0.66 | 0 | 0.15 | 227.14 | 0.72 | 0.5 |
| Hex | 24 | 4B | DA | 53 | 42 | 0 | F | E3 | 48 | 32 |
| Octal | 44 | 113 | 332 | 123 | 102 | 0 | 17 | 343 | 110 | 62 |
| Binary | 100100 | 1001011 | 11011010 | 1010011 | 1000010 | 0 | 1111 | 11100011 | 1001000 | 110010 |
Color Harmonies of #244BDA
Complementary color
Monochromatic Colors of #244BDA
Black with #244BDA
Text Example
Text Example
White with #244BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244BDA; }
p { color: rgb(36,75,218); }
H1.HeaderClassName
{
color: #244BDA;
}
.AnyTagClassName
{
color: #244BDA;
}
</style>
background-color css
<style>
a { background-color: #244BDA; }
a { background-color: rgb(36,75,218); }
div.DivClassName
{
background-color: #244BDA;
}
.BgClassName
{
background-color: #244BDA;
}
</style>
border-color css
<style>
span { border-color: #244BDA; }
span { border-color: rgb(36,75,218); }
td.TdClassName
{
border-color: #244BDA;
}
.TagClassName
{
border-color: #244BDA;
}
</style>