Shades of Medium Blue #200ADA
Tints of Medium Blue #200ADA
RGB
CMYK
RGB Variations
Color information
#200ADA (or 0x200ADA) is known color: Medium Blue. HEX triplet: 20, 0A and DA. RGB value is (32,10,218). Sum of RGB (Red+Green+Blue) = 32+10+218=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 218 (85.55% from 255 or 83.85% from 260); Max value from RGB is 218 - color contains mainly: blue. Hex color #200ADA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200ADA is #DFF525. Grayscale: #272727. Windows color (decimal): -14677286 or 14289440. OLE color: 14289440.
HSL color Cylindrical-coordinate representation of color #200ADA: hue angle of 246.35º 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 #200ADA is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 10 | 218 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.15 |
| HSL | 246.35º | 0.91% | 0.45% | - |
| HSV(B) | 246.35º | 0.95% | 0.85% | - |
| XYZ | 13.36 | 5.59 | 66.7 | - |
| YUV | 40.29 | 228.29 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 218 | 0.85 | 0.95 | 0 | 0.15 | 246.35 | 0.91 | 0.45 |
| Hex | 20 | A | DA | 55 | 5F | 0 | F | F6 | 5B | 2D |
| Octal | 40 | 12 | 332 | 125 | 137 | 0 | 17 | 366 | 133 | 55 |
| Binary | 100000 | 1010 | 11011010 | 1010101 | 1011111 | 0 | 1111 | 11110110 | 1011011 | 101101 |
Color Harmonies of #200ADA
Complementary color
Monochromatic Colors of #200ADA
Black with #200ADA
Text Example
Text Example
White with #200ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200ADA; }
p { color: rgb(32,10,218); }
H1.HeaderClassName
{
color: #200ADA;
}
.AnyTagClassName
{
color: #200ADA;
}
</style>
background-color css
<style>
a { background-color: #200ADA; }
a { background-color: rgb(32,10,218); }
div.DivClassName
{
background-color: #200ADA;
}
.BgClassName
{
background-color: #200ADA;
}
</style>
border-color css
<style>
span { border-color: #200ADA; }
span { border-color: rgb(32,10,218); }
td.TdClassName
{
border-color: #200ADA;
}
.TagClassName
{
border-color: #200ADA;
}
</style>