Shades of Cerulean Blue #224ADE
Tints of Cerulean Blue #224ADE
RGB
CMYK
RGB Variations
Color information
#224ADE (or 0x224ADE) is known color: Cerulean Blue. HEX triplet: 22, 4A and DE. RGB value is (34,74,222). Sum of RGB (Red+Green+Blue) = 34+74+222=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #224ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224ADE is #DDB521. Grayscale: #4E4E4E. Windows color (decimal): -14529826 or 14567970. OLE color: 14567970.
HSL color Cylindrical-coordinate representation of color #224ADE: hue angle of 227.23º degrees, saturation: 0.74, 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 #224ADE is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 74 | 222 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.13 |
| HSL | 227.23º | 0.74% | 0.5% | - |
| HSV(B) | 227.23º | 0.85% | 0.87% | - |
| XYZ | 16.29 | 10.51 | 70.28 | - |
| YUV | 78.91 | 208.75 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 222 | 0.85 | 0.67 | 0 | 0.13 | 227.23 | 0.74 | 0.5 |
| Hex | 22 | 4A | DE | 55 | 43 | 0 | D | E3 | 4A | 32 |
| Octal | 42 | 112 | 336 | 125 | 103 | 0 | 15 | 343 | 112 | 62 |
| Binary | 100010 | 1001010 | 11011110 | 1010101 | 1000011 | 0 | 1101 | 11100011 | 1001010 | 110010 |
Color Harmonies of #224ADE
Complementary color
Monochromatic Colors of #224ADE
Black with #224ADE
Text Example
Text Example
White with #224ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224ADE; }
p { color: rgb(34,74,222); }
H1.HeaderClassName
{
color: #224ADE;
}
.AnyTagClassName
{
color: #224ADE;
}
</style>
background-color css
<style>
a { background-color: #224ADE; }
a { background-color: rgb(34,74,222); }
div.DivClassName
{
background-color: #224ADE;
}
.BgClassName
{
background-color: #224ADE;
}
</style>
border-color css
<style>
span { border-color: #224ADE; }
span { border-color: rgb(34,74,222); }
td.TdClassName
{
border-color: #224ADE;
}
.TagClassName
{
border-color: #224ADE;
}
</style>