Shades of Blue #0222EA
Tints of Blue #0222EA
RGB
CMYK
RGB Variations
Color information
#0222EA (or 0x0222EA) is known color: Blue. HEX triplet: 02, 22 and EA. RGB value is (2,34,234). Sum of RGB (Red+Green+Blue) = 2+34+234=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 234 (91.80% from 255 or 86.67% from 270); Max value from RGB is 234 - color contains mainly: blue. Hex color #0222EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0222EA is #FDDD15. Grayscale: #2E2E2E. Windows color (decimal): -16637206 or 15344130. OLE color: 15344130.
HSL color Cylindrical-coordinate representation of color #0222EA: hue angle of 231.72º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0222EA is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 34 | 234 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.08 |
| HSL | 231.72º | 0.98% | 0.46% | - |
| HSV(B) | 231.72º | 0.99% | 0.92% | - |
| XYZ | 15.45 | 7.1 | 78.4 | - |
| YUV | 47.23 | 233.4 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 234 | 0.99 | 0.85 | 0 | 0.08 | 231.72 | 0.98 | 0.46 |
| Hex | 2 | 22 | EA | 63 | 55 | 0 | 8 | E8 | 62 | 2E |
| Octal | 2 | 42 | 352 | 143 | 125 | 0 | 10 | 350 | 142 | 56 |
| Binary | 10 | 100010 | 11101010 | 1100011 | 1010101 | 0 | 1000 | 11101000 | 1100010 | 101110 |
Color Harmonies of #0222EA
Complementary color
Monochromatic Colors of #0222EA
Black with #0222EA
Text Example
Text Example
White with #0222EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0222EA; }
p { color: rgb(2,34,234); }
H1.HeaderClassName
{
color: #0222EA;
}
.AnyTagClassName
{
color: #0222EA;
}
</style>
background-color css
<style>
a { background-color: #0222EA; }
a { background-color: rgb(2,34,234); }
div.DivClassName
{
background-color: #0222EA;
}
.BgClassName
{
background-color: #0222EA;
}
</style>
border-color css
<style>
span { border-color: #0222EA; }
span { border-color: rgb(2,34,234); }
td.TdClassName
{
border-color: #0222EA;
}
.TagClassName
{
border-color: #0222EA;
}
</style>