Shades of Medium Blue #020DCD
Tints of Medium Blue #020DCD
RGB
CMYK
RGB Variations
Color information
#020DCD (or 0x020DCD) is known color: Medium Blue. HEX triplet: 02, 0D and CD. RGB value is (2,13,205). Sum of RGB (Red+Green+Blue) = 2+13+205=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 205 (80.47% from 255 or 93.18% from 220); Max value from RGB is 205 - color contains mainly: blue. Hex color #020DCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DCD is #FDF232. Grayscale: #1E1E1E. Windows color (decimal): -16642611 or 13438210. OLE color: 13438210.
HSL color Cylindrical-coordinate representation of color #020DCD: hue angle of 236.75º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DCD is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 13 | 205 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.20 |
| HSL | 236.75º | 0.98% | 0.41% | - |
| HSV(B) | 236.75º | 0.99% | 0.8% | - |
| XYZ | 11.19 | 4.71 | 58.08 | - |
| YUV | 31.6 | 225.86 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 205 | 0.99 | 0.94 | 0 | 0.20 | 236.75 | 0.98 | 0.41 |
| Hex | 2 | D | CD | 63 | 5E | 0 | 14 | ED | 62 | 29 |
| Octal | 2 | 15 | 315 | 143 | 136 | 0 | 24 | 355 | 142 | 51 |
| Binary | 10 | 1101 | 11001101 | 1100011 | 1011110 | 0 | 10100 | 11101101 | 1100010 | 101001 |
Color Harmonies of #020DCD
Complementary color
Monochromatic Colors of #020DCD
Black with #020DCD
Text Example
Text Example
White with #020DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DCD; }
p { color: rgb(2,13,205); }
H1.HeaderClassName
{
color: #020DCD;
}
.AnyTagClassName
{
color: #020DCD;
}
</style>
background-color css
<style>
a { background-color: #020DCD; }
a { background-color: rgb(2,13,205); }
div.DivClassName
{
background-color: #020DCD;
}
.BgClassName
{
background-color: #020DCD;
}
</style>
border-color css
<style>
span { border-color: #020DCD; }
span { border-color: rgb(2,13,205); }
td.TdClassName
{
border-color: #020DCD;
}
.TagClassName
{
border-color: #020DCD;
}
</style>