Shades of Medium Blue #020DB6
Tints of Medium Blue #020DB6
RGB
CMYK
RGB Variations
Color information
#020DB6 (or 0x020DB6) is known color: Medium Blue. HEX triplet: 02, 0D and B6. RGB value is (2,13,182). Sum of RGB (Red+Green+Blue) = 2+13+182=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 182 (71.48% from 255 or 92.39% from 197); Max value from RGB is 182 - color contains mainly: blue. Hex color #020DB6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DB6 is #FDF249. Grayscale: #1C1C1C. Windows color (decimal): -16642634 or 11930882. OLE color: 11930882.
HSL color Cylindrical-coordinate representation of color #020DB6: hue angle of 236.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DB6 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 13 | 182 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.29 |
| HSL | 236.33º | 0.98% | 0.36% | - |
| HSV(B) | 236.33º | 0.99% | 0.71% | - |
| XYZ | 8.61 | 3.68 | 44.51 | - |
| YUV | 28.98 | 214.36 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 182 | 0.99 | 0.93 | 0 | 0.29 | 236.33 | 0.98 | 0.36 |
| Hex | 2 | D | B6 | 63 | 5D | 0 | 1D | EC | 62 | 24 |
| Octal | 2 | 15 | 266 | 143 | 135 | 0 | 35 | 354 | 142 | 44 |
| Binary | 10 | 1101 | 10110110 | 1100011 | 1011101 | 0 | 11101 | 11101100 | 1100010 | 100100 |
Color Harmonies of #020DB6
Complementary color
Monochromatic Colors of #020DB6
Black with #020DB6
Text Example
Text Example
White with #020DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DB6; }
p { color: rgb(2,13,182); }
H1.HeaderClassName
{
color: #020DB6;
}
.AnyTagClassName
{
color: #020DB6;
}
</style>
background-color css
<style>
a { background-color: #020DB6; }
a { background-color: rgb(2,13,182); }
div.DivClassName
{
background-color: #020DB6;
}
.BgClassName
{
background-color: #020DB6;
}
</style>
border-color css
<style>
span { border-color: #020DB6; }
span { border-color: rgb(2,13,182); }
td.TdClassName
{
border-color: #020DB6;
}
.TagClassName
{
border-color: #020DB6;
}
</style>