Shades of Medium Blue #020DD5
Tints of Medium Blue #020DD5
RGB
CMYK
RGB Variations
Color information
#020DD5 (or 0x020DD5) is known color: Medium Blue. HEX triplet: 02, 0D and D5. RGB value is (2,13,213). Sum of RGB (Red+Green+Blue) = 2+13+213=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 213 (83.59% from 255 or 93.42% from 228); Max value from RGB is 213 - color contains mainly: blue. Hex color #020DD5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DD5 is #FDF22A. Grayscale: #1F1F1F. Windows color (decimal): -16642603 or 13962498. OLE color: 13962498.
HSL color Cylindrical-coordinate representation of color #020DD5: hue angle of 236.87º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DD5 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 13 | 213 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.16 |
| HSL | 236.87º | 0.98% | 0.42% | - |
| HSV(B) | 236.87º | 0.99% | 0.84% | - |
| XYZ | 12.18 | 5.1 | 63.29 | - |
| YUV | 32.51 | 229.86 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 213 | 0.99 | 0.94 | 0 | 0.16 | 236.87 | 0.98 | 0.42 |
| Hex | 2 | D | D5 | 63 | 5E | 0 | 10 | ED | 62 | 2A |
| Octal | 2 | 15 | 325 | 143 | 136 | 0 | 20 | 355 | 142 | 52 |
| Binary | 10 | 1101 | 11010101 | 1100011 | 1011110 | 0 | 10000 | 11101101 | 1100010 | 101010 |
Color Harmonies of #020DD5
Complementary color
Monochromatic Colors of #020DD5
Black with #020DD5
Text Example
Text Example
White with #020DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DD5; }
p { color: rgb(2,13,213); }
H1.HeaderClassName
{
color: #020DD5;
}
.AnyTagClassName
{
color: #020DD5;
}
</style>
background-color css
<style>
a { background-color: #020DD5; }
a { background-color: rgb(2,13,213); }
div.DivClassName
{
background-color: #020DD5;
}
.BgClassName
{
background-color: #020DD5;
}
</style>
border-color css
<style>
span { border-color: #020DD5; }
span { border-color: rgb(2,13,213); }
td.TdClassName
{
border-color: #020DD5;
}
.TagClassName
{
border-color: #020DD5;
}
</style>