Shades of Medium Blue #200BE4
Tints of Medium Blue #200BE4
RGB
CMYK
RGB Variations
Color information
#200BE4 (or 0x200BE4) is known color: Medium Blue. HEX triplet: 20, 0B and E4. RGB value is (32,11,228). Sum of RGB (Red+Green+Blue) = 32+11+228=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 228 (89.45% from 255 or 84.13% from 271); Max value from RGB is 228 - color contains mainly: blue. Hex color #200BE4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200BE4 is #DFF41B. Grayscale: #292929. Windows color (decimal): -14677020 or 14945056. OLE color: 14945056.
HSL color Cylindrical-coordinate representation of color #200BE4: hue angle of 245.81º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200BE4 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 11 | 228 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.11 |
| HSL | 245.81º | 0.91% | 0.47% | - |
| HSV(B) | 245.81º | 0.95% | 0.89% | - |
| XYZ | 14.72 | 6.15 | 73.81 | - |
| YUV | 42.02 | 232.96 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 228 | 0.86 | 0.95 | 0 | 0.11 | 245.81 | 0.91 | 0.47 |
| Hex | 20 | B | E4 | 56 | 5F | 0 | B | F6 | 5B | 2F |
| Octal | 40 | 13 | 344 | 126 | 137 | 0 | 13 | 366 | 133 | 57 |
| Binary | 100000 | 1011 | 11100100 | 1010110 | 1011111 | 0 | 1011 | 11110110 | 1011011 | 101111 |
Color Harmonies of #200BE4
Complementary color
Monochromatic Colors of #200BE4
Black with #200BE4
Text Example
Text Example
White with #200BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BE4; }
p { color: rgb(32,11,228); }
H1.HeaderClassName
{
color: #200BE4;
}
.AnyTagClassName
{
color: #200BE4;
}
</style>
background-color css
<style>
a { background-color: #200BE4; }
a { background-color: rgb(32,11,228); }
div.DivClassName
{
background-color: #200BE4;
}
.BgClassName
{
background-color: #200BE4;
}
</style>
border-color css
<style>
span { border-color: #200BE4; }
span { border-color: rgb(32,11,228); }
td.TdClassName
{
border-color: #200BE4;
}
.TagClassName
{
border-color: #200BE4;
}
</style>