Shades of Medium Blue #020DD9
Tints of Medium Blue #020DD9
RGB
CMYK
RGB Variations
Color information
#020DD9 (or 0x020DD9) is known color: Medium Blue. HEX triplet: 02, 0D and D9. RGB value is (2,13,217). Sum of RGB (Red+Green+Blue) = 2+13+217=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 217 (85.16% from 255 or 93.53% from 232); Max value from RGB is 217 - color contains mainly: blue. Hex color #020DD9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DD9 is #FDF226. Grayscale: #202020. Windows color (decimal): -16642599 or 14224642. OLE color: 14224642.
HSL color Cylindrical-coordinate representation of color #020DD9: hue angle of 236.93º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DD9 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 13 | 217 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.15 |
| HSL | 236.93º | 0.98% | 0.43% | - |
| HSV(B) | 236.93º | 0.99% | 0.85% | - |
| XYZ | 12.69 | 5.31 | 66 | - |
| YUV | 32.97 | 231.86 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 217 | 0.99 | 0.94 | 0 | 0.15 | 236.93 | 0.98 | 0.43 |
| Hex | 2 | D | D9 | 63 | 5E | 0 | F | ED | 62 | 2B |
| Octal | 2 | 15 | 331 | 143 | 136 | 0 | 17 | 355 | 142 | 53 |
| Binary | 10 | 1101 | 11011001 | 1100011 | 1011110 | 0 | 1111 | 11101101 | 1100010 | 101011 |
Color Harmonies of #020DD9
Complementary color
Monochromatic Colors of #020DD9
Black with #020DD9
Text Example
Text Example
White with #020DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DD9; }
p { color: rgb(2,13,217); }
H1.HeaderClassName
{
color: #020DD9;
}
.AnyTagClassName
{
color: #020DD9;
}
</style>
background-color css
<style>
a { background-color: #020DD9; }
a { background-color: rgb(2,13,217); }
div.DivClassName
{
background-color: #020DD9;
}
.BgClassName
{
background-color: #020DD9;
}
</style>
border-color css
<style>
span { border-color: #020DD9; }
span { border-color: rgb(2,13,217); }
td.TdClassName
{
border-color: #020DD9;
}
.TagClassName
{
border-color: #020DD9;
}
</style>