Shades of Medium Blue #201BE0
Tints of Medium Blue #201BE0
RGB
CMYK
RGB Variations
Color information
#201BE0 (or 0x201BE0) is known color: Medium Blue. HEX triplet: 20, 1B and E0. RGB value is (32,27,224). Sum of RGB (Red+Green+Blue) = 32+27+224=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 224 (87.89% from 255 or 79.15% from 283); Max value from RGB is 224 - color contains mainly: blue. Hex color #201BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BE0 is #DFE41F. Grayscale: #323232. Windows color (decimal): -14672928 or 14687008. OLE color: 14687008.
HSL color Cylindrical-coordinate representation of color #201BE0: hue angle of 241.52º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201BE0 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 27 | 224 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.12 |
| HSL | 241.52º | 0.78% | 0.49% | - |
| HSV(B) | 241.52º | 0.88% | 0.88% | - |
| XYZ | 14.44 | 6.47 | 71.01 | - |
| YUV | 50.95 | 225.66 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 224 | 0.86 | 0.88 | 0 | 0.12 | 241.52 | 0.78 | 0.49 |
| Hex | 20 | 1B | E0 | 56 | 58 | 0 | C | F2 | 4E | 31 |
| Octal | 40 | 33 | 340 | 126 | 130 | 0 | 14 | 362 | 116 | 61 |
| Binary | 100000 | 11011 | 11100000 | 1010110 | 1011000 | 0 | 1100 | 11110010 | 1001110 | 110001 |
Color Harmonies of #201BE0
Complementary color
Monochromatic Colors of #201BE0
Black with #201BE0
Text Example
Text Example
White with #201BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BE0; }
p { color: rgb(32,27,224); }
H1.HeaderClassName
{
color: #201BE0;
}
.AnyTagClassName
{
color: #201BE0;
}
</style>
background-color css
<style>
a { background-color: #201BE0; }
a { background-color: rgb(32,27,224); }
div.DivClassName
{
background-color: #201BE0;
}
.BgClassName
{
background-color: #201BE0;
}
</style>
border-color css
<style>
span { border-color: #201BE0; }
span { border-color: rgb(32,27,224); }
td.TdClassName
{
border-color: #201BE0;
}
.TagClassName
{
border-color: #201BE0;
}
</style>