Shades of Blue #0221F1
Tints of Blue #0221F1
RGB
CMYK
RGB Variations
Color information
#0221F1 (or 0x0221F1) is known color: Blue. HEX triplet: 02, 21 and F1. RGB value is (2,33,241). Sum of RGB (Red+Green+Blue) = 2+33+241=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 241 (94.53% from 255 or 87.32% from 276); Max value from RGB is 241 - color contains mainly: blue. Hex color #0221F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0221F1 is #FDDE0E. Grayscale: #2E2E2E. Windows color (decimal): -16637455 or 15802626. OLE color: 15802626.
HSL color Cylindrical-coordinate representation of color #0221F1: hue angle of 232.22º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0221F1 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 33 | 241 | - |
| CMYK | 0.99 | 0.86 | 0 | 0.05 |
| HSL | 232.22º | 0.98% | 0.48% | - |
| HSV(B) | 232.22º | 0.99% | 0.95% | - |
| XYZ | 16.45 | 7.45 | 83.79 | - |
| YUV | 47.44 | 237.23 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 241 | 0.99 | 0.86 | 0 | 0.05 | 232.22 | 0.98 | 0.48 |
| Hex | 2 | 21 | F1 | 63 | 56 | 0 | 5 | E8 | 62 | 30 |
| Octal | 2 | 41 | 361 | 143 | 126 | 0 | 5 | 350 | 142 | 60 |
| Binary | 10 | 100001 | 11110001 | 1100011 | 1010110 | 0 | 101 | 11101000 | 1100010 | 110000 |
Color Harmonies of #0221F1
Complementary color
Monochromatic Colors of #0221F1
Black with #0221F1
Text Example
Text Example
White with #0221F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0221F1; }
p { color: rgb(2,33,241); }
H1.HeaderClassName
{
color: #0221F1;
}
.AnyTagClassName
{
color: #0221F1;
}
</style>
background-color css
<style>
a { background-color: #0221F1; }
a { background-color: rgb(2,33,241); }
div.DivClassName
{
background-color: #0221F1;
}
.BgClassName
{
background-color: #0221F1;
}
</style>
border-color css
<style>
span { border-color: #0221F1; }
span { border-color: rgb(2,33,241); }
td.TdClassName
{
border-color: #0221F1;
}
.TagClassName
{
border-color: #0221F1;
}
</style>