Shades of Medium Blue #020FDB
Tints of Medium Blue #020FDB
RGB
CMYK
RGB Variations
Color information
#020FDB (or 0x020FDB) is known color: Medium Blue. HEX triplet: 02, 0F and DB. RGB value is (2,15,219). Sum of RGB (Red+Green+Blue) = 2+15+219=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 219 (85.94% from 255 or 92.80% from 236); Max value from RGB is 219 - color contains mainly: blue. Hex color #020FDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FDB is #FDF024. Grayscale: #212121. Windows color (decimal): -16642085 or 14356226. OLE color: 14356226.
HSL color Cylindrical-coordinate representation of color #020FDB: hue angle of 236.41º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FDB is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 15 | 219 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.14 |
| HSL | 236.41º | 0.98% | 0.43% | - |
| HSV(B) | 236.41º | 0.99% | 0.86% | - |
| XYZ | 12.98 | 5.47 | 67.39 | - |
| YUV | 34.37 | 232.19 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 219 | 0.99 | 0.93 | 0 | 0.14 | 236.41 | 0.98 | 0.43 |
| Hex | 2 | F | DB | 63 | 5D | 0 | E | EC | 62 | 2B |
| Octal | 2 | 17 | 333 | 143 | 135 | 0 | 16 | 354 | 142 | 53 |
| Binary | 10 | 1111 | 11011011 | 1100011 | 1011101 | 0 | 1110 | 11101100 | 1100010 | 101011 |
Color Harmonies of #020FDB
Complementary color
Monochromatic Colors of #020FDB
Black with #020FDB
Text Example
Text Example
White with #020FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020FDB; }
p { color: rgb(2,15,219); }
H1.HeaderClassName
{
color: #020FDB;
}
.AnyTagClassName
{
color: #020FDB;
}
</style>
background-color css
<style>
a { background-color: #020FDB; }
a { background-color: rgb(2,15,219); }
div.DivClassName
{
background-color: #020FDB;
}
.BgClassName
{
background-color: #020FDB;
}
</style>
border-color css
<style>
span { border-color: #020FDB; }
span { border-color: rgb(2,15,219); }
td.TdClassName
{
border-color: #020FDB;
}
.TagClassName
{
border-color: #020FDB;
}
</style>