Shades of Blue #0222EC
Tints of Blue #0222EC
RGB
CMYK
RGB Variations
Color information
#0222EC (or 0x0222EC) is known color: Blue. HEX triplet: 02, 22 and EC. RGB value is (2,34,236). Sum of RGB (Red+Green+Blue) = 2+34+236=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 236 (92.58% from 255 or 86.76% from 272); Max value from RGB is 236 - color contains mainly: blue. Hex color #0222EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0222EC is #FDDD13. Grayscale: #2E2E2E. Windows color (decimal): -16637204 or 15475202. OLE color: 15475202.
HSL color Cylindrical-coordinate representation of color #0222EC: hue angle of 231.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0222EC is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 34 | 236 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.07 |
| HSL | 231.79º | 0.98% | 0.47% | - |
| HSV(B) | 231.79º | 0.99% | 0.93% | - |
| XYZ | 15.74 | 7.21 | 79.92 | - |
| YUV | 47.46 | 234.4 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 236 | 0.99 | 0.86 | 0 | 0.07 | 231.79 | 0.98 | 0.47 |
| Hex | 2 | 22 | EC | 63 | 56 | 0 | 7 | E8 | 62 | 2F |
| Octal | 2 | 42 | 354 | 143 | 126 | 0 | 7 | 350 | 142 | 57 |
| Binary | 10 | 100010 | 11101100 | 1100011 | 1010110 | 0 | 111 | 11101000 | 1100010 | 101111 |
Color Harmonies of #0222EC
Complementary color
Monochromatic Colors of #0222EC
Black with #0222EC
Text Example
Text Example
White with #0222EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0222EC; }
p { color: rgb(2,34,236); }
H1.HeaderClassName
{
color: #0222EC;
}
.AnyTagClassName
{
color: #0222EC;
}
</style>
background-color css
<style>
a { background-color: #0222EC; }
a { background-color: rgb(2,34,236); }
div.DivClassName
{
background-color: #0222EC;
}
.BgClassName
{
background-color: #0222EC;
}
</style>
border-color css
<style>
span { border-color: #0222EC; }
span { border-color: rgb(2,34,236); }
td.TdClassName
{
border-color: #0222EC;
}
.TagClassName
{
border-color: #0222EC;
}
</style>