Shades of Medium Blue #020DB7
Tints of Medium Blue #020DB7
RGB
CMYK
RGB Variations
Color information
#020DB7 (or 0x020DB7) is known color: Medium Blue. HEX triplet: 02, 0D and B7. RGB value is (2,13,183). Sum of RGB (Red+Green+Blue) = 2+13+183=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 183 (71.88% from 255 or 92.42% from 198); Max value from RGB is 183 - color contains mainly: blue. Hex color #020DB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DB7 is #FDF248. Grayscale: #1C1C1C. Windows color (decimal): -16642633 or 11996418. OLE color: 11996418.
HSL color Cylindrical-coordinate representation of color #020DB7: hue angle of 236.35º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DB7 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 2 | 13 | 183 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.28 |
| HSL | 236.35º | 0.98% | 0.36% | - |
| HSV(B) | 236.35º | 0.99% | 0.72% | - |
| XYZ | 8.72 | 3.72 | 45.06 | - |
| YUV | 29.09 | 214.86 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 183 | 0.99 | 0.93 | 0 | 0.28 | 236.35 | 0.98 | 0.36 |
| Hex | 2 | D | B7 | 63 | 5D | 0 | 1C | EC | 62 | 24 |
| Octal | 2 | 15 | 267 | 143 | 135 | 0 | 34 | 354 | 142 | 44 |
| Binary | 10 | 1101 | 10110111 | 1100011 | 1011101 | 0 | 11100 | 11101100 | 1100010 | 100100 |
Color Harmonies of #020DB7
Complementary color
Monochromatic Colors of #020DB7
Black with #020DB7
Text Example
Text Example
White with #020DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DB7; }
p { color: rgb(2,13,183); }
H1.HeaderClassName
{
color: #020DB7;
}
.AnyTagClassName
{
color: #020DB7;
}
</style>
background-color css
<style>
a { background-color: #020DB7; }
a { background-color: rgb(2,13,183); }
div.DivClassName
{
background-color: #020DB7;
}
.BgClassName
{
background-color: #020DB7;
}
</style>
border-color css
<style>
span { border-color: #020DB7; }
span { border-color: rgb(2,13,183); }
td.TdClassName
{
border-color: #020DB7;
}
.TagClassName
{
border-color: #020DB7;
}
</style>