Shades of Blue #0220FB
Tints of Blue #0220FB
RGB
CMYK
RGB Variations
Color information
#0220FB (or 0x0220FB) is known color: Blue. HEX triplet: 02, 20 and FB. RGB value is (2,32,251). Sum of RGB (Red+Green+Blue) = 2+32+251=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 251 (98.44% from 255 or 88.07% from 285); Max value from RGB is 251 - color contains mainly: blue. Hex color #0220FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0220FB is #FDDF04. Grayscale: #2F2F2F. Windows color (decimal): -16637701 or 16457730. OLE color: 16457730.
HSL color Cylindrical-coordinate representation of color #0220FB: hue angle of 232.77º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0220FB is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 32 | 251 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.02 |
| HSL | 232.77º | 0.98% | 0.5% | - |
| HSV(B) | 232.77º | 0.99% | 0.98% | - |
| XYZ | 17.95 | 8.01 | 91.87 | - |
| YUV | 48 | 242.56 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 251 | 0.99 | 0.87 | 0 | 0.02 | 232.77 | 0.98 | 0.5 |
| Hex | 2 | 20 | FB | 63 | 57 | 0 | 2 | E9 | 62 | 32 |
| Octal | 2 | 40 | 373 | 143 | 127 | 0 | 2 | 351 | 142 | 62 |
| Binary | 10 | 100000 | 11111011 | 1100011 | 1010111 | 0 | 10 | 11101001 | 1100010 | 110010 |
Color Harmonies of #0220FB
Complementary color
Monochromatic Colors of #0220FB
Black with #0220FB
Text Example
Text Example
White with #0220FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0220FB; }
p { color: rgb(2,32,251); }
H1.HeaderClassName
{
color: #0220FB;
}
.AnyTagClassName
{
color: #0220FB;
}
</style>
background-color css
<style>
a { background-color: #0220FB; }
a { background-color: rgb(2,32,251); }
div.DivClassName
{
background-color: #0220FB;
}
.BgClassName
{
background-color: #0220FB;
}
</style>
border-color css
<style>
span { border-color: #0220FB; }
span { border-color: rgb(2,32,251); }
td.TdClassName
{
border-color: #0220FB;
}
.TagClassName
{
border-color: #0220FB;
}
</style>