Shades of Cerulean Blue #224AE8
Tints of Cerulean Blue #224AE8
RGB
CMYK
RGB Variations
Color information
#224AE8 (or 0x224AE8) is known color: Cerulean Blue. HEX triplet: 22, 4A and E8. RGB value is (34,74,232). Sum of RGB (Red+Green+Blue) = 34+74+232=340 (45% of max value = 765). Red value is 34 (13.67% from 255 or 10% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 232 (91.02% from 255 or 68.24% from 340); Max value from RGB is 232 - color contains mainly: blue. Hex color #224AE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #224AE8 is #DDB517. Grayscale: #4F4F4F. Windows color (decimal): -14529816 or 15223330. OLE color: 15223330.
HSL color Cylindrical-coordinate representation of color #224AE8: hue angle of 227.88º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224AE8 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 74 | 232 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.09 |
| HSL | 227.88º | 0.81% | 0.52% | - |
| HSV(B) | 227.88º | 0.85% | 0.91% | - |
| XYZ | 17.67 | 11.06 | 77.55 | - |
| YUV | 80.05 | 213.75 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 232 | 0.85 | 0.68 | 0 | 0.09 | 227.88 | 0.81 | 0.52 |
| Hex | 22 | 4A | E8 | 55 | 44 | 0 | 9 | E4 | 51 | 34 |
| Octal | 42 | 112 | 350 | 125 | 104 | 0 | 11 | 344 | 121 | 64 |
| Binary | 100010 | 1001010 | 11101000 | 1010101 | 1000100 | 0 | 1001 | 11100100 | 1010001 | 110100 |
Color Harmonies of #224AE8
Complementary color
Monochromatic Colors of #224AE8
Black with #224AE8
Text Example
Text Example
White with #224AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224AE8; }
p { color: rgb(34,74,232); }
H1.HeaderClassName
{
color: #224AE8;
}
.AnyTagClassName
{
color: #224AE8;
}
</style>
background-color css
<style>
a { background-color: #224AE8; }
a { background-color: rgb(34,74,232); }
div.DivClassName
{
background-color: #224AE8;
}
.BgClassName
{
background-color: #224AE8;
}
</style>
border-color css
<style>
span { border-color: #224AE8; }
span { border-color: rgb(34,74,232); }
td.TdClassName
{
border-color: #224AE8;
}
.TagClassName
{
border-color: #224AE8;
}
</style>