Shades of Cerulean Blue #224CE2
Tints of Cerulean Blue #224CE2
RGB
CMYK
RGB Variations
Color information
#224CE2 (or 0x224CE2) is known color: Cerulean Blue. HEX triplet: 22, 4C and E2. RGB value is (34,76,226). Sum of RGB (Red+Green+Blue) = 34+76+226=336 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.12% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 226 (88.67% from 255 or 67.26% from 336); Max value from RGB is 226 - color contains mainly: blue. Hex color #224CE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #224CE2 is #DDB31D. Grayscale: #4F4F4F. Windows color (decimal): -14529310 or 14830626. OLE color: 14830626.
HSL color Cylindrical-coordinate representation of color #224CE2: hue angle of 226.88º degrees, saturation: 0.77, 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 #224CE2 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 76 | 226 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.11 |
| HSL | 226.88º | 0.77% | 0.51% | - |
| HSV(B) | 226.88º | 0.85% | 0.89% | - |
| XYZ | 16.97 | 11 | 73.18 | - |
| YUV | 80.54 | 210.09 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 226 | 0.85 | 0.66 | 0 | 0.11 | 226.88 | 0.77 | 0.51 |
| Hex | 22 | 4C | E2 | 55 | 42 | 0 | B | E3 | 4D | 33 |
| Octal | 42 | 114 | 342 | 125 | 102 | 0 | 13 | 343 | 115 | 63 |
| Binary | 100010 | 1001100 | 11100010 | 1010101 | 1000010 | 0 | 1011 | 11100011 | 1001101 | 110011 |
Color Harmonies of #224CE2
Complementary color
Monochromatic Colors of #224CE2
Black with #224CE2
Text Example
Text Example
White with #224CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224CE2; }
p { color: rgb(34,76,226); }
H1.HeaderClassName
{
color: #224CE2;
}
.AnyTagClassName
{
color: #224CE2;
}
</style>
background-color css
<style>
a { background-color: #224CE2; }
a { background-color: rgb(34,76,226); }
div.DivClassName
{
background-color: #224CE2;
}
.BgClassName
{
background-color: #224CE2;
}
</style>
border-color css
<style>
span { border-color: #224CE2; }
span { border-color: rgb(34,76,226); }
td.TdClassName
{
border-color: #224CE2;
}
.TagClassName
{
border-color: #224CE2;
}
</style>