Shades of Medium Blue #200EBE
Tints of Medium Blue #200EBE
RGB
CMYK
RGB Variations
Color information
#200EBE (or 0x200EBE) is known color: Medium Blue. HEX triplet: 20, 0E and BE. RGB value is (32,14,190). Sum of RGB (Red+Green+Blue) = 32+14+190=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #200EBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200EBE is #DFF141. Grayscale: #262626. Windows color (decimal): -14676290 or 12455456. OLE color: 12455456.
HSL color Cylindrical-coordinate representation of color #200EBE: hue angle of 246.14º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200EBE is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 14 | 190 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.25 |
| HSL | 246.14º | 0.86% | 0.4% | - |
| HSV(B) | 246.14º | 0.93% | 0.75% | - |
| XYZ | 10.05 | 4.34 | 49.02 | - |
| YUV | 39.45 | 212.96 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 190 | 0.83 | 0.93 | 0 | 0.25 | 246.14 | 0.86 | 0.4 |
| Hex | 20 | E | BE | 53 | 5D | 0 | 19 | F6 | 56 | 28 |
| Octal | 40 | 16 | 276 | 123 | 135 | 0 | 31 | 366 | 126 | 50 |
| Binary | 100000 | 1110 | 10111110 | 1010011 | 1011101 | 0 | 11001 | 11110110 | 1010110 | 101000 |
Color Harmonies of #200EBE
Complementary color
Monochromatic Colors of #200EBE
Black with #200EBE
Text Example
Text Example
White with #200EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200EBE; }
p { color: rgb(32,14,190); }
H1.HeaderClassName
{
color: #200EBE;
}
.AnyTagClassName
{
color: #200EBE;
}
</style>
background-color css
<style>
a { background-color: #200EBE; }
a { background-color: rgb(32,14,190); }
div.DivClassName
{
background-color: #200EBE;
}
.BgClassName
{
background-color: #200EBE;
}
</style>
border-color css
<style>
span { border-color: #200EBE; }
span { border-color: rgb(32,14,190); }
td.TdClassName
{
border-color: #200EBE;
}
.TagClassName
{
border-color: #200EBE;
}
</style>