Shades of Medium Blue #200ABB
Tints of Medium Blue #200ABB
RGB
CMYK
RGB Variations
Color information
#200ABB (or 0x200ABB) is known color: Medium Blue. HEX triplet: 20, 0A and BB. RGB value is (32,10,187). Sum of RGB (Red+Green+Blue) = 32+10+187=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 187 (73.44% from 255 or 81.66% from 229); Max value from RGB is 187 - color contains mainly: blue. Hex color #200ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200ABB is #DFF544. Grayscale: #242424. Windows color (decimal): -14677317 or 12257824. OLE color: 12257824.
HSL color Cylindrical-coordinate representation of color #200ABB: hue angle of 247.46º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200ABB is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 10 | 187 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.27 |
| HSL | 247.46º | 0.9% | 0.39% | - |
| HSV(B) | 247.46º | 0.95% | 0.73% | - |
| XYZ | 9.67 | 4.11 | 47.3 | - |
| YUV | 36.76 | 212.79 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 187 | 0.83 | 0.95 | 0 | 0.27 | 247.46 | 0.9 | 0.39 |
| Hex | 20 | A | BB | 53 | 5F | 0 | 1B | F7 | 5A | 27 |
| Octal | 40 | 12 | 273 | 123 | 137 | 0 | 33 | 367 | 132 | 47 |
| Binary | 100000 | 1010 | 10111011 | 1010011 | 1011111 | 0 | 11011 | 11110111 | 1011010 | 100111 |
Color Harmonies of #200ABB
Complementary color
Monochromatic Colors of #200ABB
Black with #200ABB
Text Example
Text Example
White with #200ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200ABB; }
p { color: rgb(32,10,187); }
H1.HeaderClassName
{
color: #200ABB;
}
.AnyTagClassName
{
color: #200ABB;
}
</style>
background-color css
<style>
a { background-color: #200ABB; }
a { background-color: rgb(32,10,187); }
div.DivClassName
{
background-color: #200ABB;
}
.BgClassName
{
background-color: #200ABB;
}
</style>
border-color css
<style>
span { border-color: #200ABB; }
span { border-color: rgb(32,10,187); }
td.TdClassName
{
border-color: #200ABB;
}
.TagClassName
{
border-color: #200ABB;
}
</style>