Shades of Blue #020AF9
Tints of Blue #020AF9
RGB
CMYK
RGB Variations
Color information
#020AF9 (or 0x020AF9) is known color: Blue. HEX triplet: 02, 0A and F9. RGB value is (2,10,249). Sum of RGB (Red+Green+Blue) = 2+10+249=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 249 (97.66% from 255 or 95.40% from 261); Max value from RGB is 249 - color contains mainly: blue. Hex color #020AF9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020AF9 is #FDF506. Grayscale: #212121. Windows color (decimal): -16643335 or 16321026. OLE color: 16321026.
HSL color Cylindrical-coordinate representation of color #020AF9: hue angle of 238.06º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020AF9 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 10 | 249 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.02 |
| HSL | 238.06º | 0.98% | 0.49% | - |
| HSV(B) | 238.06º | 0.99% | 0.98% | - |
| XYZ | 17.23 | 7.07 | 90.08 | - |
| YUV | 34.85 | 248.85 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 249 | 0.99 | 0.96 | 0 | 0.02 | 238.06 | 0.98 | 0.49 |
| Hex | 2 | A | F9 | 63 | 60 | 0 | 2 | EE | 62 | 31 |
| Octal | 2 | 12 | 371 | 143 | 140 | 0 | 2 | 356 | 142 | 61 |
| Binary | 10 | 1010 | 11111001 | 1100011 | 1100000 | 0 | 10 | 11101110 | 1100010 | 110001 |
Color Harmonies of #020AF9
Complementary color
Monochromatic Colors of #020AF9
Black with #020AF9
Text Example
Text Example
White with #020AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020AF9; }
p { color: rgb(2,10,249); }
H1.HeaderClassName
{
color: #020AF9;
}
.AnyTagClassName
{
color: #020AF9;
}
</style>
background-color css
<style>
a { background-color: #020AF9; }
a { background-color: rgb(2,10,249); }
div.DivClassName
{
background-color: #020AF9;
}
.BgClassName
{
background-color: #020AF9;
}
</style>
border-color css
<style>
span { border-color: #020AF9; }
span { border-color: rgb(2,10,249); }
td.TdClassName
{
border-color: #020AF9;
}
.TagClassName
{
border-color: #020AF9;
}
</style>