Shades of Cerulean Blue #224AE6
Tints of Cerulean Blue #224AE6
RGB
CMYK
RGB Variations
Color information
#224AE6 (or 0x224AE6) is known color: Cerulean Blue. HEX triplet: 22, 4A and E6. RGB value is (34,74,230). Sum of RGB (Red+Green+Blue) = 34+74+230=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 230 (90.23% from 255 or 68.05% from 338); Max value from RGB is 230 - color contains mainly: blue. Hex color #224AE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224AE6 is #DDB519. Grayscale: #4F4F4F. Windows color (decimal): -14529818 or 15092258. OLE color: 15092258.
HSL color Cylindrical-coordinate representation of color #224AE6: hue angle of 227.76º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224AE6 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 74 | 230 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.10 |
| HSL | 227.76º | 0.8% | 0.52% | - |
| HSV(B) | 227.76º | 0.85% | 0.9% | - |
| XYZ | 17.39 | 10.95 | 76.06 | - |
| YUV | 79.82 | 212.75 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 230 | 0.85 | 0.68 | 0 | 0.10 | 227.76 | 0.8 | 0.52 |
| Hex | 22 | 4A | E6 | 55 | 44 | 0 | A | E4 | 50 | 34 |
| Octal | 42 | 112 | 346 | 125 | 104 | 0 | 12 | 344 | 120 | 64 |
| Binary | 100010 | 1001010 | 11100110 | 1010101 | 1000100 | 0 | 1010 | 11100100 | 1010000 | 110100 |
Color Harmonies of #224AE6
Complementary color
Monochromatic Colors of #224AE6
Black with #224AE6
Text Example
Text Example
White with #224AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224AE6; }
p { color: rgb(34,74,230); }
H1.HeaderClassName
{
color: #224AE6;
}
.AnyTagClassName
{
color: #224AE6;
}
</style>
background-color css
<style>
a { background-color: #224AE6; }
a { background-color: rgb(34,74,230); }
div.DivClassName
{
background-color: #224AE6;
}
.BgClassName
{
background-color: #224AE6;
}
</style>
border-color css
<style>
span { border-color: #224AE6; }
span { border-color: rgb(34,74,230); }
td.TdClassName
{
border-color: #224AE6;
}
.TagClassName
{
border-color: #224AE6;
}
</style>