Shades of Blue #020BFD
Tints of Blue #020BFD
RGB
CMYK
RGB Variations
Color information
#020BFD (or 0x020BFD) is known color: Blue. HEX triplet: 02, 0B and FD. RGB value is (2,11,253). Sum of RGB (Red+Green+Blue) = 2+11+253=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 253 (99.22% from 255 or 95.11% from 266); Max value from RGB is 253 - color contains mainly: blue. Hex color #020BFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020BFD is #FDF402. Grayscale: #222222. Windows color (decimal): -16643075 or 16583426. OLE color: 16583426.
HSL color Cylindrical-coordinate representation of color #020BFD: hue angle of 237.85º 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 #020BFD is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 11 | 253 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.01 |
| HSL | 237.85º | 0.98% | 0.5% | - |
| HSV(B) | 237.85º | 0.99% | 0.99% | - |
| XYZ | 17.87 | 7.34 | 93.4 | - |
| YUV | 35.9 | 250.52 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 253 | 0.99 | 0.96 | 0 | 0.01 | 237.85 | 0.98 | 0.5 |
| Hex | 2 | B | FD | 63 | 60 | 0 | 1 | EE | 62 | 32 |
| Octal | 2 | 13 | 375 | 143 | 140 | 0 | 1 | 356 | 142 | 62 |
| Binary | 10 | 1011 | 11111101 | 1100011 | 1100000 | 0 | 1 | 11101110 | 1100010 | 110010 |
Color Harmonies of #020BFD
Complementary color
Monochromatic Colors of #020BFD
Black with #020BFD
Text Example
Text Example
White with #020BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BFD; }
p { color: rgb(2,11,253); }
H1.HeaderClassName
{
color: #020BFD;
}
.AnyTagClassName
{
color: #020BFD;
}
</style>
background-color css
<style>
a { background-color: #020BFD; }
a { background-color: rgb(2,11,253); }
div.DivClassName
{
background-color: #020BFD;
}
.BgClassName
{
background-color: #020BFD;
}
</style>
border-color css
<style>
span { border-color: #020BFD; }
span { border-color: rgb(2,11,253); }
td.TdClassName
{
border-color: #020BFD;
}
.TagClassName
{
border-color: #020BFD;
}
</style>