Shades of Blue #0221FE
Tints of Blue #0221FE
RGB
CMYK
RGB Variations
Color information
#0221FE (or 0x0221FE) is known color: Blue. HEX triplet: 02, 21 and FE. RGB value is (2,33,254). Sum of RGB (Red+Green+Blue) = 2+33+254=289 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 254 (99.61% from 255 or 87.89% from 289); Max value from RGB is 254 - color contains mainly: blue. Hex color #0221FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0221FE is #FDDE01. Grayscale: #303030. Windows color (decimal): -16637442 or 16654594. OLE color: 16654594.
HSL color Cylindrical-coordinate representation of color #0221FE: hue angle of 232.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0221FE is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 33 | 254 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.00 |
| HSL | 232.62º | 0.99% | 0.5% | - |
| HSV(B) | 232.62º | 0.99% | 1% | - |
| XYZ | 18.46 | 8.26 | 94.39 | - |
| YUV | 48.93 | 243.73 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 254 | 0.99 | 0.87 | 0 | 0.00 | 232.62 | 0.99 | 0.5 |
| Hex | 2 | 21 | FE | 63 | 57 | 0 | 0 | E9 | 63 | 32 |
| Octal | 2 | 41 | 376 | 143 | 127 | 0 | 0 | 351 | 143 | 62 |
| Binary | 10 | 100001 | 11111110 | 1100011 | 1010111 | 0 | 0 | 11101001 | 1100011 | 110010 |
Color Harmonies of #0221FE
Complementary color
Monochromatic Colors of #0221FE
Black with #0221FE
Text Example
Text Example
White with #0221FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0221FE; }
p { color: rgb(2,33,254); }
H1.HeaderClassName
{
color: #0221FE;
}
.AnyTagClassName
{
color: #0221FE;
}
</style>
background-color css
<style>
a { background-color: #0221FE; }
a { background-color: rgb(2,33,254); }
div.DivClassName
{
background-color: #0221FE;
}
.BgClassName
{
background-color: #0221FE;
}
</style>
border-color css
<style>
span { border-color: #0221FE; }
span { border-color: rgb(2,33,254); }
td.TdClassName
{
border-color: #0221FE;
}
.TagClassName
{
border-color: #0221FE;
}
</style>