Shades of Blue #0220FF
Tints of Blue #0220FF
RGB
CMYK
RGB Variations
Color information
#0220FF (or 0x0220FF) is known color: Blue. HEX triplet: 02, 20 and FF. RGB value is (2,32,255). Sum of RGB (Red+Green+Blue) = 2+32+255=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 255 (100% from 255 or 88.24% from 289); Max value from RGB is 255 - color contains mainly: blue. Hex color #0220FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0220FF is #FDDF00. Grayscale: #2F2F2F. Windows color (decimal): -16637697 or 16719874. OLE color: 16719874.
HSL color Cylindrical-coordinate representation of color #0220FF: hue angle of 232.89º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0220FF is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 32 | 255 | - |
| CMYK | 0.99 | 0.87 | 0 | 0 |
| HSL | 232.89º | 1% | 0.5% | - |
| HSV(B) | 232.89º | 0.99% | 1% | - |
| XYZ | 18.59 | 8.27 | 95.22 | - |
| YUV | 48.45 | 244.56 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 255 | 0.99 | 0.87 | 0 | 0 | 232.89 | 1 | 0.5 |
| Hex | 2 | 20 | FF | 63 | 57 | 0 | 0 | E9 | 64 | 32 |
| Octal | 2 | 40 | 377 | 143 | 127 | 0 | 0 | 351 | 144 | 62 |
| Binary | 10 | 100000 | 11111111 | 1100011 | 1010111 | 0 | 0 | 11101001 | 1100100 | 110010 |
Color Harmonies of #0220FF
Complementary color
Monochromatic Colors of #0220FF
Black with #0220FF
Text Example
Text Example
White with #0220FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0220FF; }
p { color: rgb(2,32,255); }
H1.HeaderClassName
{
color: #0220FF;
}
.AnyTagClassName
{
color: #0220FF;
}
</style>
background-color css
<style>
a { background-color: #0220FF; }
a { background-color: rgb(2,32,255); }
div.DivClassName
{
background-color: #0220FF;
}
.BgClassName
{
background-color: #0220FF;
}
</style>
border-color css
<style>
span { border-color: #0220FF; }
span { border-color: rgb(2,32,255); }
td.TdClassName
{
border-color: #0220FF;
}
.TagClassName
{
border-color: #0220FF;
}
</style>