Shades of Cerulean Blue #224CE5
Tints of Cerulean Blue #224CE5
RGB
CMYK
RGB Variations
Color information
#224CE5 (or 0x224CE5) is known color: Cerulean Blue. HEX triplet: 22, 4C and E5. RGB value is (34,76,229). Sum of RGB (Red+Green+Blue) = 34+76+229=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 229 (89.84% from 255 or 67.55% from 339); Max value from RGB is 229 - color contains mainly: blue. Hex color #224CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CE5 is #DDB31A. Grayscale: #505050. Windows color (decimal): -14529307 or 15027234. OLE color: 15027234.
HSL color Cylindrical-coordinate representation of color #224CE5: hue angle of 227.08º degrees, saturation: 0.79, 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 #224CE5 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 76 | 229 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.10 |
| HSL | 227.08º | 0.79% | 0.52% | - |
| HSV(B) | 227.08º | 0.85% | 0.9% | - |
| XYZ | 17.39 | 11.17 | 75.37 | - |
| YUV | 80.88 | 211.59 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 229 | 0.85 | 0.67 | 0 | 0.10 | 227.08 | 0.79 | 0.52 |
| Hex | 22 | 4C | E5 | 55 | 43 | 0 | A | E3 | 4F | 34 |
| Octal | 42 | 114 | 345 | 125 | 103 | 0 | 12 | 343 | 117 | 64 |
| Binary | 100010 | 1001100 | 11100101 | 1010101 | 1000011 | 0 | 1010 | 11100011 | 1001111 | 110100 |
Color Harmonies of #224CE5
Complementary color
Monochromatic Colors of #224CE5
Black with #224CE5
Text Example
Text Example
White with #224CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CE5; }
p { color: rgb(34,76,229); }
H1.HeaderClassName
{
color: #224CE5;
}
.AnyTagClassName
{
color: #224CE5;
}
</style>
background-color css
<style>
a { background-color: #224CE5; }
a { background-color: rgb(34,76,229); }
div.DivClassName
{
background-color: #224CE5;
}
.BgClassName
{
background-color: #224CE5;
}
</style>
border-color css
<style>
span { border-color: #224CE5; }
span { border-color: rgb(34,76,229); }
td.TdClassName
{
border-color: #224CE5;
}
.TagClassName
{
border-color: #224CE5;
}
</style>