Shades of Blue #020BFA
Tints of Blue #020BFA
RGB
CMYK
RGB Variations
Color information
#020BFA (or 0x020BFA) is known color: Blue. HEX triplet: 02, 0B and FA. RGB value is (2,11,250). Sum of RGB (Red+Green+Blue) = 2+11+250=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 250 (98.05% from 255 or 95.06% from 263); Max value from RGB is 250 - color contains mainly: blue. Hex color #020BFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020BFA is #FDF405. Grayscale: #222222. Windows color (decimal): -16643078 or 16386818. OLE color: 16386818.
HSL color Cylindrical-coordinate representation of color #020BFA: hue angle of 237.82º 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 #020BFA is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 11 | 250 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.02 |
| HSL | 237.82º | 0.98% | 0.49% | - |
| HSV(B) | 237.82º | 0.99% | 0.98% | - |
| XYZ | 17.4 | 7.15 | 90.91 | - |
| YUV | 35.56 | 249.02 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 250 | 0.99 | 0.96 | 0 | 0.02 | 237.82 | 0.98 | 0.49 |
| Hex | 2 | B | FA | 63 | 60 | 0 | 2 | EE | 62 | 31 |
| Octal | 2 | 13 | 372 | 143 | 140 | 0 | 2 | 356 | 142 | 61 |
| Binary | 10 | 1011 | 11111010 | 1100011 | 1100000 | 0 | 10 | 11101110 | 1100010 | 110001 |
Color Harmonies of #020BFA
Complementary color
Monochromatic Colors of #020BFA
Black with #020BFA
Text Example
Text Example
White with #020BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BFA; }
p { color: rgb(2,11,250); }
H1.HeaderClassName
{
color: #020BFA;
}
.AnyTagClassName
{
color: #020BFA;
}
</style>
background-color css
<style>
a { background-color: #020BFA; }
a { background-color: rgb(2,11,250); }
div.DivClassName
{
background-color: #020BFA;
}
.BgClassName
{
background-color: #020BFA;
}
</style>
border-color css
<style>
span { border-color: #020BFA; }
span { border-color: rgb(2,11,250); }
td.TdClassName
{
border-color: #020BFA;
}
.TagClassName
{
border-color: #020BFA;
}
</style>