Shades of Blue #020BF5
Tints of Blue #020BF5
RGB
CMYK
RGB Variations
Color information
#020BF5 (or 0x020BF5) is known color: Blue. HEX triplet: 02, 0B and F5. RGB value is (2,11,245). Sum of RGB (Red+Green+Blue) = 2+11+245=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 245 (96.09% from 255 or 94.96% from 258); Max value from RGB is 245 - color contains mainly: blue. Hex color #020BF5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020BF5 is #FDF40A. Grayscale: #222222. Windows color (decimal): -16643083 or 16059138. OLE color: 16059138.
HSL color Cylindrical-coordinate representation of color #020BF5: hue angle of 237.78º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BF5 is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 11 | 245 | - |
| CMYK | 0.99 | 0.96 | 0 | 0.04 |
| HSL | 237.78º | 0.98% | 0.48% | - |
| HSV(B) | 237.78º | 0.99% | 0.96% | - |
| XYZ | 16.63 | 6.84 | 86.83 | - |
| YUV | 34.99 | 246.52 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 245 | 0.99 | 0.96 | 0 | 0.04 | 237.78 | 0.98 | 0.48 |
| Hex | 2 | B | F5 | 63 | 60 | 0 | 4 | EE | 62 | 30 |
| Octal | 2 | 13 | 365 | 143 | 140 | 0 | 4 | 356 | 142 | 60 |
| Binary | 10 | 1011 | 11110101 | 1100011 | 1100000 | 0 | 100 | 11101110 | 1100010 | 110000 |
Color Harmonies of #020BF5
Complementary color
Monochromatic Colors of #020BF5
Black with #020BF5
Text Example
Text Example
White with #020BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BF5; }
p { color: rgb(2,11,245); }
H1.HeaderClassName
{
color: #020BF5;
}
.AnyTagClassName
{
color: #020BF5;
}
</style>
background-color css
<style>
a { background-color: #020BF5; }
a { background-color: rgb(2,11,245); }
div.DivClassName
{
background-color: #020BF5;
}
.BgClassName
{
background-color: #020BF5;
}
</style>
border-color css
<style>
span { border-color: #020BF5; }
span { border-color: rgb(2,11,245); }
td.TdClassName
{
border-color: #020BF5;
}
.TagClassName
{
border-color: #020BF5;
}
</style>