Shades of Cerulean Blue #244AD2
Tints of Cerulean Blue #244AD2
RGB
CMYK
RGB Variations
Color information
#244AD2 (or 0x244AD2) is known color: Cerulean Blue. HEX triplet: 24, 4A and D2. RGB value is (36,74,210). Sum of RGB (Red+Green+Blue) = 36+74+210=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 210 (82.42% from 255 or 65.62% from 320); Max value from RGB is 210 - color contains mainly: blue. Hex color #244AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #244AD2 is #DBB52D. Grayscale: #4D4D4D. Windows color (decimal): -14398766 or 13781540. OLE color: 13781540.
HSL color Cylindrical-coordinate representation of color #244AD2: hue angle of 226.9º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #244AD2 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 74 | 210 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.18 |
| HSL | 226.9º | 0.71% | 0.48% | - |
| HSV(B) | 226.9º | 0.83% | 0.82% | - |
| XYZ | 14.81 | 9.93 | 62.11 | - |
| YUV | 78.14 | 202.41 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 210 | 0.83 | 0.65 | 0 | 0.18 | 226.9 | 0.71 | 0.48 |
| Hex | 24 | 4A | D2 | 53 | 41 | 0 | 12 | E3 | 47 | 30 |
| Octal | 44 | 112 | 322 | 123 | 101 | 0 | 22 | 343 | 107 | 60 |
| Binary | 100100 | 1001010 | 11010010 | 1010011 | 1000001 | 0 | 10010 | 11100011 | 1000111 | 110000 |
Color Harmonies of #244AD2
Complementary color
Monochromatic Colors of #244AD2
Black with #244AD2
Text Example
Text Example
White with #244AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244AD2; }
p { color: rgb(36,74,210); }
H1.HeaderClassName
{
color: #244AD2;
}
.AnyTagClassName
{
color: #244AD2;
}
</style>
background-color css
<style>
a { background-color: #244AD2; }
a { background-color: rgb(36,74,210); }
div.DivClassName
{
background-color: #244AD2;
}
.BgClassName
{
background-color: #244AD2;
}
</style>
border-color css
<style>
span { border-color: #244AD2; }
span { border-color: rgb(36,74,210); }
td.TdClassName
{
border-color: #244AD2;
}
.TagClassName
{
border-color: #244AD2;
}
</style>