Shades of Blue #0222E6
Tints of Blue #0222E6
RGB
CMYK
RGB Variations
Color information
#0222E6 (or 0x0222E6) is known color: Blue. HEX triplet: 02, 22 and E6. RGB value is (2,34,230). Sum of RGB (Red+Green+Blue) = 2+34+230=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 230 (90.23% from 255 or 86.47% from 266); Max value from RGB is 230 - color contains mainly: blue. Hex color #0222E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0222E6 is #FDDD19. Grayscale: #2D2D2D. Windows color (decimal): -16637210 or 15081986. OLE color: 15081986.
HSL color Cylindrical-coordinate representation of color #0222E6: hue angle of 231.58º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0222E6 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 34 | 230 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.10 |
| HSL | 231.58º | 0.98% | 0.45% | - |
| HSV(B) | 231.58º | 0.99% | 0.9% | - |
| XYZ | 14.88 | 6.87 | 75.4 | - |
| YUV | 46.78 | 231.4 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 230 | 0.99 | 0.85 | 0 | 0.10 | 231.58 | 0.98 | 0.45 |
| Hex | 2 | 22 | E6 | 63 | 55 | 0 | A | E8 | 62 | 2D |
| Octal | 2 | 42 | 346 | 143 | 125 | 0 | 12 | 350 | 142 | 55 |
| Binary | 10 | 100010 | 11100110 | 1100011 | 1010101 | 0 | 1010 | 11101000 | 1100010 | 101101 |
Color Harmonies of #0222E6
Complementary color
Monochromatic Colors of #0222E6
Black with #0222E6
Text Example
Text Example
White with #0222E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0222E6; }
p { color: rgb(2,34,230); }
H1.HeaderClassName
{
color: #0222E6;
}
.AnyTagClassName
{
color: #0222E6;
}
</style>
background-color css
<style>
a { background-color: #0222E6; }
a { background-color: rgb(2,34,230); }
div.DivClassName
{
background-color: #0222E6;
}
.BgClassName
{
background-color: #0222E6;
}
</style>
border-color css
<style>
span { border-color: #0222E6; }
span { border-color: rgb(2,34,230); }
td.TdClassName
{
border-color: #0222E6;
}
.TagClassName
{
border-color: #0222E6;
}
</style>