Shades of Blue #020BFF
Tints of Blue #020BFF
RGB
CMYK
RGB Variations
Color information
#020BFF (or 0x020BFF) is known color: Blue. HEX triplet: 02, 0B and FF. RGB value is (2,11,255). Sum of RGB (Red+Green+Blue) = 2+11+255=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 255 (100% from 255 or 95.15% from 268); Max value from RGB is 255 - color contains mainly: blue. Hex color #020BFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020BFF is #FDF400. Grayscale: #232323. Windows color (decimal): -16643073 or 16714498. OLE color: 16714498.
HSL color Cylindrical-coordinate representation of color #020BFF: hue angle of 237.87º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BFF is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 11 | 255 | - |
| CMYK | 0.99 | 0.96 | 0 | 0 |
| HSL | 237.87º | 1% | 0.5% | - |
| HSV(B) | 237.87º | 0.99% | 1% | - |
| XYZ | 18.19 | 7.47 | 95.09 | - |
| YUV | 36.13 | 251.52 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 255 | 0.99 | 0.96 | 0 | 0 | 237.87 | 1 | 0.5 |
| Hex | 2 | B | FF | 63 | 60 | 0 | 0 | EE | 64 | 32 |
| Octal | 2 | 13 | 377 | 143 | 140 | 0 | 0 | 356 | 144 | 62 |
| Binary | 10 | 1011 | 11111111 | 1100011 | 1100000 | 0 | 0 | 11101110 | 1100100 | 110010 |
Color Harmonies of #020BFF
Complementary color
Monochromatic Colors of #020BFF
Black with #020BFF
Text Example
Text Example
White with #020BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BFF; }
p { color: rgb(2,11,255); }
H1.HeaderClassName
{
color: #020BFF;
}
.AnyTagClassName
{
color: #020BFF;
}
</style>
background-color css
<style>
a { background-color: #020BFF; }
a { background-color: rgb(2,11,255); }
div.DivClassName
{
background-color: #020BFF;
}
.BgClassName
{
background-color: #020BFF;
}
</style>
border-color css
<style>
span { border-color: #020BFF; }
span { border-color: rgb(2,11,255); }
td.TdClassName
{
border-color: #020BFF;
}
.TagClassName
{
border-color: #020BFF;
}
</style>