Shades of Cerulean Blue #224ADD
Tints of Cerulean Blue #224ADD
RGB
CMYK
RGB Variations
Color information
#224ADD (or 0x224ADD) is known color: Cerulean Blue. HEX triplet: 22, 4A and DD. RGB value is (34,74,221). Sum of RGB (Red+Green+Blue) = 34+74+221=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #224ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224ADD is #DDB522. Grayscale: #4E4E4E. Windows color (decimal): -14529827 or 14502434. OLE color: 14502434.
HSL color Cylindrical-coordinate representation of color #224ADD: hue angle of 227.17º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224ADD is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 74 | 221 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.13 |
| HSL | 227.17º | 0.73% | 0.5% | - |
| HSV(B) | 227.17º | 0.85% | 0.87% | - |
| XYZ | 16.16 | 10.46 | 69.57 | - |
| YUV | 78.8 | 208.25 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 221 | 0.85 | 0.67 | 0 | 0.13 | 227.17 | 0.73 | 0.5 |
| Hex | 22 | 4A | DD | 55 | 43 | 0 | D | E3 | 49 | 32 |
| Octal | 42 | 112 | 335 | 125 | 103 | 0 | 15 | 343 | 111 | 62 |
| Binary | 100010 | 1001010 | 11011101 | 1010101 | 1000011 | 0 | 1101 | 11100011 | 1001001 | 110010 |
Color Harmonies of #224ADD
Complementary color
Monochromatic Colors of #224ADD
Black with #224ADD
Text Example
Text Example
White with #224ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224ADD; }
p { color: rgb(34,74,221); }
H1.HeaderClassName
{
color: #224ADD;
}
.AnyTagClassName
{
color: #224ADD;
}
</style>
background-color css
<style>
a { background-color: #224ADD; }
a { background-color: rgb(34,74,221); }
div.DivClassName
{
background-color: #224ADD;
}
.BgClassName
{
background-color: #224ADD;
}
</style>
border-color css
<style>
span { border-color: #224ADD; }
span { border-color: rgb(34,74,221); }
td.TdClassName
{
border-color: #224ADD;
}
.TagClassName
{
border-color: #224ADD;
}
</style>