Shades of Medium Blue #200DDB
Tints of Medium Blue #200DDB
RGB
CMYK
RGB Variations
Color information
#200DDB (or 0x200DDB) is known color: Medium Blue. HEX triplet: 20, 0D and DB. RGB value is (32,13,219). Sum of RGB (Red+Green+Blue) = 32+13+219=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #200DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200DDB is #DFF224. Grayscale: #292929. Windows color (decimal): -14676517 or 14355744. OLE color: 14355744.
HSL color Cylindrical-coordinate representation of color #200DDB: hue angle of 245.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200DDB is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 13 | 219 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.14 |
| HSL | 245.53º | 0.89% | 0.45% | - |
| HSV(B) | 245.53º | 0.94% | 0.86% | - |
| XYZ | 13.53 | 5.71 | 67.41 | - |
| YUV | 42.17 | 227.79 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 219 | 0.85 | 0.94 | 0 | 0.14 | 245.53 | 0.89 | 0.45 |
| Hex | 20 | D | DB | 55 | 5E | 0 | E | F6 | 59 | 2D |
| Octal | 40 | 15 | 333 | 125 | 136 | 0 | 16 | 366 | 131 | 55 |
| Binary | 100000 | 1101 | 11011011 | 1010101 | 1011110 | 0 | 1110 | 11110110 | 1011001 | 101101 |
Color Harmonies of #200DDB
Complementary color
Monochromatic Colors of #200DDB
Black with #200DDB
Text Example
Text Example
White with #200DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200DDB; }
p { color: rgb(32,13,219); }
H1.HeaderClassName
{
color: #200DDB;
}
.AnyTagClassName
{
color: #200DDB;
}
</style>
background-color css
<style>
a { background-color: #200DDB; }
a { background-color: rgb(32,13,219); }
div.DivClassName
{
background-color: #200DDB;
}
.BgClassName
{
background-color: #200DDB;
}
</style>
border-color css
<style>
span { border-color: #200DDB; }
span { border-color: rgb(32,13,219); }
td.TdClassName
{
border-color: #200DDB;
}
.TagClassName
{
border-color: #200DDB;
}
</style>