Shades of Blue #0221FF
Tints of Blue #0221FF
RGB
CMYK
RGB Variations
Color information
#0221FF (or 0x0221FF) is known color: Blue. HEX triplet: 02, 21 and FF. RGB value is (2,33,255). Sum of RGB (Red+Green+Blue) = 2+33+255=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 255 (100% from 255 or 87.93% from 290); Max value from RGB is 255 - color contains mainly: blue. Hex color #0221FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0221FF is #FDDE00. Grayscale: #303030. Windows color (decimal): -16637441 or 16720130. OLE color: 16720130.
HSL color Cylindrical-coordinate representation of color #0221FF: hue angle of 232.65º 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 #0221FF is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 33 | 255 | - |
| CMYK | 0.99 | 0.87 | 0 | 0 |
| HSL | 232.65º | 1% | 0.5% | - |
| HSV(B) | 232.65º | 0.99% | 1% | - |
| XYZ | 18.62 | 8.32 | 95.23 | - |
| YUV | 49.04 | 244.23 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 255 | 0.99 | 0.87 | 0 | 0 | 232.65 | 1 | 0.5 |
| Hex | 2 | 21 | FF | 63 | 57 | 0 | 0 | E9 | 64 | 32 |
| Octal | 2 | 41 | 377 | 143 | 127 | 0 | 0 | 351 | 144 | 62 |
| Binary | 10 | 100001 | 11111111 | 1100011 | 1010111 | 0 | 0 | 11101001 | 1100100 | 110010 |
Color Harmonies of #0221FF
Complementary color
Monochromatic Colors of #0221FF
Black with #0221FF
Text Example
Text Example
White with #0221FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0221FF; }
p { color: rgb(2,33,255); }
H1.HeaderClassName
{
color: #0221FF;
}
.AnyTagClassName
{
color: #0221FF;
}
</style>
background-color css
<style>
a { background-color: #0221FF; }
a { background-color: rgb(2,33,255); }
div.DivClassName
{
background-color: #0221FF;
}
.BgClassName
{
background-color: #0221FF;
}
</style>
border-color css
<style>
span { border-color: #0221FF; }
span { border-color: rgb(2,33,255); }
td.TdClassName
{
border-color: #0221FF;
}
.TagClassName
{
border-color: #0221FF;
}
</style>