Shades of Cerulean Blue #244ADC
Tints of Cerulean Blue #244ADC
RGB
CMYK
RGB Variations
Color information
#244ADC (or 0x244ADC) is known color: Cerulean Blue. HEX triplet: 24, 4A and DC. RGB value is (36,74,220). Sum of RGB (Red+Green+Blue) = 36+74+220=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #244ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #244ADC is #DBB523. Grayscale: #4E4E4E. Windows color (decimal): -14398756 or 14436900. OLE color: 14436900.
HSL color Cylindrical-coordinate representation of color #244ADC: hue angle of 227.61º 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 #244ADC is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 74 | 220 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.14 |
| HSL | 227.61º | 0.72% | 0.5% | - |
| HSV(B) | 227.61º | 0.84% | 0.86% | - |
| XYZ | 16.09 | 10.44 | 68.88 | - |
| YUV | 79.28 | 207.41 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 220 | 0.84 | 0.66 | 0 | 0.14 | 227.61 | 0.72 | 0.5 |
| Hex | 24 | 4A | DC | 54 | 42 | 0 | E | E4 | 48 | 32 |
| Octal | 44 | 112 | 334 | 124 | 102 | 0 | 16 | 344 | 110 | 62 |
| Binary | 100100 | 1001010 | 11011100 | 1010100 | 1000010 | 0 | 1110 | 11100100 | 1001000 | 110010 |
Color Harmonies of #244ADC
Complementary color
Monochromatic Colors of #244ADC
Black with #244ADC
Text Example
Text Example
White with #244ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244ADC; }
p { color: rgb(36,74,220); }
H1.HeaderClassName
{
color: #244ADC;
}
.AnyTagClassName
{
color: #244ADC;
}
</style>
background-color css
<style>
a { background-color: #244ADC; }
a { background-color: rgb(36,74,220); }
div.DivClassName
{
background-color: #244ADC;
}
.BgClassName
{
background-color: #244ADC;
}
</style>
border-color css
<style>
span { border-color: #244ADC; }
span { border-color: rgb(36,74,220); }
td.TdClassName
{
border-color: #244ADC;
}
.TagClassName
{
border-color: #244ADC;
}
</style>