Shades of Blue #0220FC
Tints of Blue #0220FC
RGB
CMYK
RGB Variations
Color information
#0220FC (or 0x0220FC) is known color: Blue. HEX triplet: 02, 20 and FC. RGB value is (2,32,252). Sum of RGB (Red+Green+Blue) = 2+32+252=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 252 (98.83% from 255 or 88.11% from 286); Max value from RGB is 252 - color contains mainly: blue. Hex color #0220FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0220FC is #FDDF03. Grayscale: #2F2F2F. Windows color (decimal): -16637700 or 16523266. OLE color: 16523266.
HSL color Cylindrical-coordinate representation of color #0220FC: hue angle of 232.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0220FC is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 32 | 252 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.01 |
| HSL | 232.8º | 0.98% | 0.5% | - |
| HSV(B) | 232.8º | 0.99% | 0.99% | - |
| XYZ | 18.11 | 8.07 | 92.7 | - |
| YUV | 48.11 | 243.06 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 252 | 0.99 | 0.87 | 0 | 0.01 | 232.8 | 0.98 | 0.5 |
| Hex | 2 | 20 | FC | 63 | 57 | 0 | 1 | E9 | 62 | 32 |
| Octal | 2 | 40 | 374 | 143 | 127 | 0 | 1 | 351 | 142 | 62 |
| Binary | 10 | 100000 | 11111100 | 1100011 | 1010111 | 0 | 1 | 11101001 | 1100010 | 110010 |
Color Harmonies of #0220FC
Complementary color
Monochromatic Colors of #0220FC
Black with #0220FC
Text Example
Text Example
White with #0220FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0220FC; }
p { color: rgb(2,32,252); }
H1.HeaderClassName
{
color: #0220FC;
}
.AnyTagClassName
{
color: #0220FC;
}
</style>
background-color css
<style>
a { background-color: #0220FC; }
a { background-color: rgb(2,32,252); }
div.DivClassName
{
background-color: #0220FC;
}
.BgClassName
{
background-color: #0220FC;
}
</style>
border-color css
<style>
span { border-color: #0220FC; }
span { border-color: rgb(2,32,252); }
td.TdClassName
{
border-color: #0220FC;
}
.TagClassName
{
border-color: #0220FC;
}
</style>