Shades of Blue #0220FE
Tints of Blue #0220FE
RGB
CMYK
RGB Variations
Color information
#0220FE (or 0x0220FE) is known color: Blue. HEX triplet: 02, 20 and FE. RGB value is (2,32,254). Sum of RGB (Red+Green+Blue) = 2+32+254=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 254 (99.61% from 255 or 88.19% from 288); Max value from RGB is 254 - color contains mainly: blue. Hex color #0220FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0220FE is #FDDF01. Grayscale: #2F2F2F. Windows color (decimal): -16637698 or 16654338. OLE color: 16654338.
HSL color Cylindrical-coordinate representation of color #0220FE: hue angle of 232.86º 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 #0220FE is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 32 | 254 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.00 |
| HSL | 232.86º | 0.99% | 0.5% | - |
| HSV(B) | 232.86º | 0.99% | 1% | - |
| XYZ | 18.43 | 8.2 | 94.38 | - |
| YUV | 48.34 | 244.06 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 254 | 0.99 | 0.87 | 0 | 0.00 | 232.86 | 0.99 | 0.5 |
| Hex | 2 | 20 | FE | 63 | 57 | 0 | 0 | E9 | 63 | 32 |
| Octal | 2 | 40 | 376 | 143 | 127 | 0 | 0 | 351 | 143 | 62 |
| Binary | 10 | 100000 | 11111110 | 1100011 | 1010111 | 0 | 0 | 11101001 | 1100011 | 110010 |
Color Harmonies of #0220FE
Complementary color
Monochromatic Colors of #0220FE
Black with #0220FE
Text Example
Text Example
White with #0220FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0220FE; }
p { color: rgb(2,32,254); }
H1.HeaderClassName
{
color: #0220FE;
}
.AnyTagClassName
{
color: #0220FE;
}
</style>
background-color css
<style>
a { background-color: #0220FE; }
a { background-color: rgb(2,32,254); }
div.DivClassName
{
background-color: #0220FE;
}
.BgClassName
{
background-color: #0220FE;
}
</style>
border-color css
<style>
span { border-color: #0220FE; }
span { border-color: rgb(2,32,254); }
td.TdClassName
{
border-color: #0220FE;
}
.TagClassName
{
border-color: #0220FE;
}
</style>