Shades of Medium Blue #020DC6
Tints of Medium Blue #020DC6
RGB
CMYK
RGB Variations
Color information
#020DC6 (or 0x020DC6) is known color: Medium Blue. HEX triplet: 02, 0D and C6. RGB value is (2,13,198). Sum of RGB (Red+Green+Blue) = 2+13+198=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 13 (5.47% from 255 or 6.10% from 213); Blue value is 198 (77.73% from 255 or 92.96% from 213); Max value from RGB is 198 - color contains mainly: blue. Hex color #020DC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DC6 is #FDF239. Grayscale: #1E1E1E. Windows color (decimal): -16642618 or 12979458. OLE color: 12979458.
HSL color Cylindrical-coordinate representation of color #020DC6: hue angle of 236.63º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DC6 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 13 | 198 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.22 |
| HSL | 236.63º | 0.98% | 0.39% | - |
| HSV(B) | 236.63º | 0.99% | 0.78% | - |
| XYZ | 10.36 | 4.38 | 53.72 | - |
| YUV | 30.8 | 222.36 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 198 | 0.99 | 0.93 | 0 | 0.22 | 236.63 | 0.98 | 0.39 |
| Hex | 2 | D | C6 | 63 | 5D | 0 | 16 | ED | 62 | 27 |
| Octal | 2 | 15 | 306 | 143 | 135 | 0 | 26 | 355 | 142 | 47 |
| Binary | 10 | 1101 | 11000110 | 1100011 | 1011101 | 0 | 10110 | 11101101 | 1100010 | 100111 |
Color Harmonies of #020DC6
Complementary color
Monochromatic Colors of #020DC6
Black with #020DC6
Text Example
Text Example
White with #020DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DC6; }
p { color: rgb(2,13,198); }
H1.HeaderClassName
{
color: #020DC6;
}
.AnyTagClassName
{
color: #020DC6;
}
</style>
background-color css
<style>
a { background-color: #020DC6; }
a { background-color: rgb(2,13,198); }
div.DivClassName
{
background-color: #020DC6;
}
.BgClassName
{
background-color: #020DC6;
}
</style>
border-color css
<style>
span { border-color: #020DC6; }
span { border-color: rgb(2,13,198); }
td.TdClassName
{
border-color: #020DC6;
}
.TagClassName
{
border-color: #020DC6;
}
</style>