Shades of Medium Blue #200ABF
Tints of Medium Blue #200ABF
RGB
CMYK
RGB Variations
Color information
#200ABF (or 0x200ABF) is known color: Medium Blue. HEX triplet: 20, 0A and BF. RGB value is (32,10,191). Sum of RGB (Red+Green+Blue) = 32+10+191=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 191 (75% from 255 or 81.97% from 233); Max value from RGB is 191 - color contains mainly: blue. Hex color #200ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200ABF is #DFF540. Grayscale: #242424. Windows color (decimal): -14677313 or 12519968. OLE color: 12519968.
HSL color Cylindrical-coordinate representation of color #200ABF: hue angle of 247.29º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200ABF is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 10 | 191 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.25 |
| HSL | 247.29º | 0.9% | 0.39% | - |
| HSV(B) | 247.29º | 0.95% | 0.75% | - |
| XYZ | 10.11 | 4.29 | 49.58 | - |
| YUV | 37.21 | 214.79 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 191 | 0.83 | 0.95 | 0 | 0.25 | 247.29 | 0.9 | 0.39 |
| Hex | 20 | A | BF | 53 | 5F | 0 | 19 | F7 | 5A | 27 |
| Octal | 40 | 12 | 277 | 123 | 137 | 0 | 31 | 367 | 132 | 47 |
| Binary | 100000 | 1010 | 10111111 | 1010011 | 1011111 | 0 | 11001 | 11110111 | 1011010 | 100111 |
Color Harmonies of #200ABF
Complementary color
Monochromatic Colors of #200ABF
Black with #200ABF
Text Example
Text Example
White with #200ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200ABF; }
p { color: rgb(32,10,191); }
H1.HeaderClassName
{
color: #200ABF;
}
.AnyTagClassName
{
color: #200ABF;
}
</style>
background-color css
<style>
a { background-color: #200ABF; }
a { background-color: rgb(32,10,191); }
div.DivClassName
{
background-color: #200ABF;
}
.BgClassName
{
background-color: #200ABF;
}
</style>
border-color css
<style>
span { border-color: #200ABF; }
span { border-color: rgb(32,10,191); }
td.TdClassName
{
border-color: #200ABF;
}
.TagClassName
{
border-color: #200ABF;
}
</style>