Shades of Cerulean Blue #224CE4
Tints of Cerulean Blue #224CE4
RGB
CMYK
RGB Variations
Color information
#224CE4 (or 0x224CE4) is known color: Cerulean Blue. HEX triplet: 22, 4C and E4. RGB value is (34,76,228). Sum of RGB (Red+Green+Blue) = 34+76+228=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 228 (89.45% from 255 or 67.46% from 338); Max value from RGB is 228 - color contains mainly: blue. Hex color #224CE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CE4 is #DDB31B. Grayscale: #505050. Windows color (decimal): -14529308 or 14961698. OLE color: 14961698.
HSL color Cylindrical-coordinate representation of color #224CE4: hue angle of 227.01º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #224CE4 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 76 | 228 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.11 |
| HSL | 227.01º | 0.78% | 0.51% | - |
| HSV(B) | 227.01º | 0.85% | 0.89% | - |
| XYZ | 17.25 | 11.11 | 74.63 | - |
| YUV | 80.77 | 211.09 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 228 | 0.85 | 0.67 | 0 | 0.11 | 227.01 | 0.78 | 0.51 |
| Hex | 22 | 4C | E4 | 55 | 43 | 0 | B | E3 | 4E | 33 |
| Octal | 42 | 114 | 344 | 125 | 103 | 0 | 13 | 343 | 116 | 63 |
| Binary | 100010 | 1001100 | 11100100 | 1010101 | 1000011 | 0 | 1011 | 11100011 | 1001110 | 110011 |
Color Harmonies of #224CE4
Complementary color
Monochromatic Colors of #224CE4
Black with #224CE4
Text Example
Text Example
White with #224CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CE4; }
p { color: rgb(34,76,228); }
H1.HeaderClassName
{
color: #224CE4;
}
.AnyTagClassName
{
color: #224CE4;
}
</style>
background-color css
<style>
a { background-color: #224CE4; }
a { background-color: rgb(34,76,228); }
div.DivClassName
{
background-color: #224CE4;
}
.BgClassName
{
background-color: #224CE4;
}
</style>
border-color css
<style>
span { border-color: #224CE4; }
span { border-color: rgb(34,76,228); }
td.TdClassName
{
border-color: #224CE4;
}
.TagClassName
{
border-color: #224CE4;
}
</style>