Shades of Blue #0222EF
Tints of Blue #0222EF
RGB
CMYK
RGB Variations
Color information
#0222EF (or 0x0222EF) is known color: Blue. HEX triplet: 02, 22 and EF. RGB value is (2,34,239). Sum of RGB (Red+Green+Blue) = 2+34+239=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 239 (93.75% from 255 or 86.91% from 275); Max value from RGB is 239 - color contains mainly: blue. Hex color #0222EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0222EF is #FDDD10. Grayscale: #2E2E2E. Windows color (decimal): -16637201 or 15671810. OLE color: 15671810.
HSL color Cylindrical-coordinate representation of color #0222EF: hue angle of 231.9º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0222EF is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 34 | 239 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.06 |
| HSL | 231.9º | 0.98% | 0.47% | - |
| HSV(B) | 231.9º | 0.99% | 0.94% | - |
| XYZ | 16.18 | 7.39 | 82.23 | - |
| YUV | 47.8 | 235.9 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 239 | 0.99 | 0.86 | 0 | 0.06 | 231.9 | 0.98 | 0.47 |
| Hex | 2 | 22 | EF | 63 | 56 | 0 | 6 | E8 | 62 | 2F |
| Octal | 2 | 42 | 357 | 143 | 126 | 0 | 6 | 350 | 142 | 57 |
| Binary | 10 | 100010 | 11101111 | 1100011 | 1010110 | 0 | 110 | 11101000 | 1100010 | 101111 |
Color Harmonies of #0222EF
Complementary color
Monochromatic Colors of #0222EF
Black with #0222EF
Text Example
Text Example
White with #0222EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0222EF; }
p { color: rgb(2,34,239); }
H1.HeaderClassName
{
color: #0222EF;
}
.AnyTagClassName
{
color: #0222EF;
}
</style>
background-color css
<style>
a { background-color: #0222EF; }
a { background-color: rgb(2,34,239); }
div.DivClassName
{
background-color: #0222EF;
}
.BgClassName
{
background-color: #0222EF;
}
</style>
border-color css
<style>
span { border-color: #0222EF; }
span { border-color: rgb(2,34,239); }
td.TdClassName
{
border-color: #0222EF;
}
.TagClassName
{
border-color: #0222EF;
}
</style>