Shades of Medium Blue #200AD9
Tints of Medium Blue #200AD9
RGB
CMYK
RGB Variations
Color information
#200AD9 (or 0x200AD9) is known color: Medium Blue. HEX triplet: 20, 0A and D9. RGB value is (32,10,217). Sum of RGB (Red+Green+Blue) = 32+10+217=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 217 (85.16% from 255 or 83.78% from 259); Max value from RGB is 217 - color contains mainly: blue. Hex color #200AD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200AD9 is #DFF526. Grayscale: #272727. Windows color (decimal): -14677287 or 14223904. OLE color: 14223904.
HSL color Cylindrical-coordinate representation of color #200AD9: hue angle of 246.38º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200AD9 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 10 | 217 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.15 |
| HSL | 246.38º | 0.91% | 0.45% | - |
| HSV(B) | 246.38º | 0.95% | 0.85% | - |
| XYZ | 13.23 | 5.53 | 66.02 | - |
| YUV | 40.18 | 227.79 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 217 | 0.85 | 0.95 | 0 | 0.15 | 246.38 | 0.91 | 0.45 |
| Hex | 20 | A | D9 | 55 | 5F | 0 | F | F6 | 5B | 2D |
| Octal | 40 | 12 | 331 | 125 | 137 | 0 | 17 | 366 | 133 | 55 |
| Binary | 100000 | 1010 | 11011001 | 1010101 | 1011111 | 0 | 1111 | 11110110 | 1011011 | 101101 |
Color Harmonies of #200AD9
Complementary color
Monochromatic Colors of #200AD9
Black with #200AD9
Text Example
Text Example
White with #200AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200AD9; }
p { color: rgb(32,10,217); }
H1.HeaderClassName
{
color: #200AD9;
}
.AnyTagClassName
{
color: #200AD9;
}
</style>
background-color css
<style>
a { background-color: #200AD9; }
a { background-color: rgb(32,10,217); }
div.DivClassName
{
background-color: #200AD9;
}
.BgClassName
{
background-color: #200AD9;
}
</style>
border-color css
<style>
span { border-color: #200AD9; }
span { border-color: rgb(32,10,217); }
td.TdClassName
{
border-color: #200AD9;
}
.TagClassName
{
border-color: #200AD9;
}
</style>