Shades of Medium Blue #020DDB
Tints of Medium Blue #020DDB
RGB
CMYK
RGB Variations
Color information
#020DDB (or 0x020DDB) is known color: Medium Blue. HEX triplet: 02, 0D and DB. RGB value is (2,13,219). Sum of RGB (Red+Green+Blue) = 2+13+219=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 219 (85.94% from 255 or 93.59% from 234); Max value from RGB is 219 - color contains mainly: blue. Hex color #020DDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020DDB is #FDF224. Grayscale: #202020. Windows color (decimal): -16642597 or 14355714. OLE color: 14355714.
HSL color Cylindrical-coordinate representation of color #020DDB: hue angle of 236.96º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020DDB is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 13 | 219 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.14 |
| HSL | 236.96º | 0.98% | 0.43% | - |
| HSV(B) | 236.96º | 0.99% | 0.86% | - |
| XYZ | 12.96 | 5.42 | 67.38 | - |
| YUV | 33.2 | 232.86 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 219 | 0.99 | 0.94 | 0 | 0.14 | 236.96 | 0.98 | 0.43 |
| Hex | 2 | D | DB | 63 | 5E | 0 | E | ED | 62 | 2B |
| Octal | 2 | 15 | 333 | 143 | 136 | 0 | 16 | 355 | 142 | 53 |
| Binary | 10 | 1101 | 11011011 | 1100011 | 1011110 | 0 | 1110 | 11101101 | 1100010 | 101011 |
Color Harmonies of #020DDB
Complementary color
Monochromatic Colors of #020DDB
Black with #020DDB
Text Example
Text Example
White with #020DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020DDB; }
p { color: rgb(2,13,219); }
H1.HeaderClassName
{
color: #020DDB;
}
.AnyTagClassName
{
color: #020DDB;
}
</style>
background-color css
<style>
a { background-color: #020DDB; }
a { background-color: rgb(2,13,219); }
div.DivClassName
{
background-color: #020DDB;
}
.BgClassName
{
background-color: #020DDB;
}
</style>
border-color css
<style>
span { border-color: #020DDB; }
span { border-color: rgb(2,13,219); }
td.TdClassName
{
border-color: #020DDB;
}
.TagClassName
{
border-color: #020DDB;
}
</style>