Shades of Medium Blue #201AE1
Tints of Medium Blue #201AE1
RGB
CMYK
RGB Variations
Color information
#201AE1 (or 0x201AE1) is known color: Medium Blue. HEX triplet: 20, 1A and E1. RGB value is (32,26,225). Sum of RGB (Red+Green+Blue) = 32+26+225=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 225 (88.28% from 255 or 79.51% from 283); Max value from RGB is 225 - color contains mainly: blue. Hex color #201AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201AE1 is #DFE51E. Grayscale: #313131. Windows color (decimal): -14673183 or 14752288. OLE color: 14752288.
HSL color Cylindrical-coordinate representation of color #201AE1: hue angle of 241.81º degrees, saturation: 0.79, 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 #201AE1 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 26 | 225 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.12 |
| HSL | 241.81º | 0.79% | 0.49% | - |
| HSV(B) | 241.81º | 0.88% | 0.88% | - |
| XYZ | 14.56 | 6.48 | 71.72 | - |
| YUV | 50.48 | 226.49 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 225 | 0.86 | 0.88 | 0 | 0.12 | 241.81 | 0.79 | 0.49 |
| Hex | 20 | 1A | E1 | 56 | 58 | 0 | C | F2 | 4F | 31 |
| Octal | 40 | 32 | 341 | 126 | 130 | 0 | 14 | 362 | 117 | 61 |
| Binary | 100000 | 11010 | 11100001 | 1010110 | 1011000 | 0 | 1100 | 11110010 | 1001111 | 110001 |
Color Harmonies of #201AE1
Complementary color
Monochromatic Colors of #201AE1
Black with #201AE1
Text Example
Text Example
White with #201AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AE1; }
p { color: rgb(32,26,225); }
H1.HeaderClassName
{
color: #201AE1;
}
.AnyTagClassName
{
color: #201AE1;
}
</style>
background-color css
<style>
a { background-color: #201AE1; }
a { background-color: rgb(32,26,225); }
div.DivClassName
{
background-color: #201AE1;
}
.BgClassName
{
background-color: #201AE1;
}
</style>
border-color css
<style>
span { border-color: #201AE1; }
span { border-color: rgb(32,26,225); }
td.TdClassName
{
border-color: #201AE1;
}
.TagClassName
{
border-color: #201AE1;
}
</style>