Shades of Medium Blue #020BDF
Tints of Medium Blue #020BDF
RGB
CMYK
RGB Variations
Color information
#020BDF (or 0x020BDF) is known color: Medium Blue. HEX triplet: 02, 0B and DF. RGB value is (2,11,223). Sum of RGB (Red+Green+Blue) = 2+11+223=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 223 (87.5% from 255 or 94.49% from 236); Max value from RGB is 223 - color contains mainly: blue. Hex color #020BDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BDF is #FDF420. Grayscale: #1F1F1F. Windows color (decimal): -16643105 or 14617346. OLE color: 14617346.
HSL color Cylindrical-coordinate representation of color #020BDF: hue angle of 237.56º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BDF is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 11 | 223 | - |
| CMYK | 0.99 | 0.95 | 0 | 0.13 |
| HSL | 237.56º | 0.98% | 0.44% | - |
| HSV(B) | 237.56º | 0.99% | 0.87% | - |
| XYZ | 13.46 | 5.58 | 70.18 | - |
| YUV | 32.48 | 235.52 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 223 | 0.99 | 0.95 | 0 | 0.13 | 237.56 | 0.98 | 0.44 |
| Hex | 2 | B | DF | 63 | 5F | 0 | D | EE | 62 | 2C |
| Octal | 2 | 13 | 337 | 143 | 137 | 0 | 15 | 356 | 142 | 54 |
| Binary | 10 | 1011 | 11011111 | 1100011 | 1011111 | 0 | 1101 | 11101110 | 1100010 | 101100 |
Color Harmonies of #020BDF
Complementary color
Monochromatic Colors of #020BDF
Black with #020BDF
Text Example
Text Example
White with #020BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020BDF; }
p { color: rgb(2,11,223); }
H1.HeaderClassName
{
color: #020BDF;
}
.AnyTagClassName
{
color: #020BDF;
}
</style>
background-color css
<style>
a { background-color: #020BDF; }
a { background-color: rgb(2,11,223); }
div.DivClassName
{
background-color: #020BDF;
}
.BgClassName
{
background-color: #020BDF;
}
</style>
border-color css
<style>
span { border-color: #020BDF; }
span { border-color: rgb(2,11,223); }
td.TdClassName
{
border-color: #020BDF;
}
.TagClassName
{
border-color: #020BDF;
}
</style>