Shades of Medium Blue #200DBD
Tints of Medium Blue #200DBD
RGB
CMYK
RGB Variations
Color information
#200DBD (or 0x200DBD) is known color: Medium Blue. HEX triplet: 20, 0D and BD. RGB value is (32,13,189). Sum of RGB (Red+Green+Blue) = 32+13+189=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #200DBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200DBD is #DFF242. Grayscale: #262626. Windows color (decimal): -14676547 or 12389664. OLE color: 12389664.
HSL color Cylindrical-coordinate representation of color #200DBD: hue angle of 246.48º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200DBD is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 13 | 189 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.26 |
| HSL | 246.48º | 0.87% | 0.4% | - |
| HSV(B) | 246.48º | 0.93% | 0.74% | - |
| XYZ | 9.92 | 4.27 | 48.45 | - |
| YUV | 38.75 | 212.79 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 189 | 0.83 | 0.93 | 0 | 0.26 | 246.48 | 0.87 | 0.4 |
| Hex | 20 | D | BD | 53 | 5D | 0 | 1A | F6 | 57 | 28 |
| Octal | 40 | 15 | 275 | 123 | 135 | 0 | 32 | 366 | 127 | 50 |
| Binary | 100000 | 1101 | 10111101 | 1010011 | 1011101 | 0 | 11010 | 11110110 | 1010111 | 101000 |
Color Harmonies of #200DBD
Complementary color
Monochromatic Colors of #200DBD
Black with #200DBD
Text Example
Text Example
White with #200DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200DBD; }
p { color: rgb(32,13,189); }
H1.HeaderClassName
{
color: #200DBD;
}
.AnyTagClassName
{
color: #200DBD;
}
</style>
background-color css
<style>
a { background-color: #200DBD; }
a { background-color: rgb(32,13,189); }
div.DivClassName
{
background-color: #200DBD;
}
.BgClassName
{
background-color: #200DBD;
}
</style>
border-color css
<style>
span { border-color: #200DBD; }
span { border-color: rgb(32,13,189); }
td.TdClassName
{
border-color: #200DBD;
}
.TagClassName
{
border-color: #200DBD;
}
</style>