Shades of Cerulean Blue #244ADD
Tints of Cerulean Blue #244ADD
RGB
CMYK
RGB Variations
Color information
#244ADD (or 0x244ADD) is known color: Cerulean Blue. HEX triplet: 24, 4A and DD. RGB value is (36,74,221). Sum of RGB (Red+Green+Blue) = 36+74+221=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #244ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #244ADD is #DBB522. Grayscale: #4E4E4E. Windows color (decimal): -14398755 or 14502436. OLE color: 14502436.
HSL color Cylindrical-coordinate representation of color #244ADD: hue angle of 227.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #244ADD is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 74 | 221 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.13 |
| HSL | 227.68º | 0.73% | 0.5% | - |
| HSV(B) | 227.68º | 0.84% | 0.87% | - |
| XYZ | 16.23 | 10.49 | 69.58 | - |
| YUV | 79.4 | 207.91 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 221 | 0.84 | 0.67 | 0 | 0.13 | 227.68 | 0.73 | 0.5 |
| Hex | 24 | 4A | DD | 54 | 43 | 0 | D | E4 | 49 | 32 |
| Octal | 44 | 112 | 335 | 124 | 103 | 0 | 15 | 344 | 111 | 62 |
| Binary | 100100 | 1001010 | 11011101 | 1010100 | 1000011 | 0 | 1101 | 11100100 | 1001001 | 110010 |
Color Harmonies of #244ADD
Complementary color
Monochromatic Colors of #244ADD
Black with #244ADD
Text Example
Text Example
White with #244ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244ADD; }
p { color: rgb(36,74,221); }
H1.HeaderClassName
{
color: #244ADD;
}
.AnyTagClassName
{
color: #244ADD;
}
</style>
background-color css
<style>
a { background-color: #244ADD; }
a { background-color: rgb(36,74,221); }
div.DivClassName
{
background-color: #244ADD;
}
.BgClassName
{
background-color: #244ADD;
}
</style>
border-color css
<style>
span { border-color: #244ADD; }
span { border-color: rgb(36,74,221); }
td.TdClassName
{
border-color: #244ADD;
}
.TagClassName
{
border-color: #244ADD;
}
</style>