Shades of Blue #020AF7
Tints of Blue #020AF7
RGB
CMYK
RGB Variations
Color information
#020AF7 (or 0x020AF7) is known color: Blue. HEX triplet: 02, 0A and F7. RGB value is (2,10,247). Sum of RGB (Red+Green+Blue) = 2+10+247=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 247 (96.88% from 255 or 95.37% from 259); Max value from RGB is 247 - color contains mainly: blue. Hex color #020AF7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020AF7 is #FDF508. Grayscale: #212121. Windows color (decimal): -16643337 or 16189954. OLE color: 16189954.
HSL color Cylindrical-coordinate representation of color #020AF7: hue angle of 238.04º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020AF7 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 10 | 247 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.03 |
| HSL | 238.04º | 0.98% | 0.49% | - |
| HSV(B) | 238.04º | 0.99% | 0.97% | - |
| XYZ | 16.92 | 6.95 | 88.44 | - |
| YUV | 34.63 | 247.85 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 247 | 0.99 | 0.96 | 0 | 0.03 | 238.04 | 0.98 | 0.49 |
| Hex | 2 | A | F7 | 63 | 60 | 0 | 3 | EE | 62 | 31 |
| Octal | 2 | 12 | 367 | 143 | 140 | 0 | 3 | 356 | 142 | 61 |
| Binary | 10 | 1010 | 11110111 | 1100011 | 1100000 | 0 | 11 | 11101110 | 1100010 | 110001 |
Color Harmonies of #020AF7
Complementary color
Monochromatic Colors of #020AF7
Black with #020AF7
Text Example
Text Example
White with #020AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020AF7; }
p { color: rgb(2,10,247); }
H1.HeaderClassName
{
color: #020AF7;
}
.AnyTagClassName
{
color: #020AF7;
}
</style>
background-color css
<style>
a { background-color: #020AF7; }
a { background-color: rgb(2,10,247); }
div.DivClassName
{
background-color: #020AF7;
}
.BgClassName
{
background-color: #020AF7;
}
</style>
border-color css
<style>
span { border-color: #020AF7; }
span { border-color: rgb(2,10,247); }
td.TdClassName
{
border-color: #020AF7;
}
.TagClassName
{
border-color: #020AF7;
}
</style>