Shades of Medium Blue #201AE2
Tints of Medium Blue #201AE2
RGB
CMYK
RGB Variations
Color information
#201AE2 (or 0x201AE2) is known color: Medium Blue. HEX triplet: 20, 1A and E2. RGB value is (32,26,226). Sum of RGB (Red+Green+Blue) = 32+26+226=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 226 (88.67% from 255 or 79.58% from 284); Max value from RGB is 226 - color contains mainly: blue. Hex color #201AE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201AE2 is #DFE51D. Grayscale: #313131. Windows color (decimal): -14673182 or 14817824. OLE color: 14817824.
HSL color Cylindrical-coordinate representation of color #201AE2: hue angle of 241.8º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201AE2 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 26 | 226 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.11 |
| HSL | 241.8º | 0.79% | 0.49% | - |
| HSV(B) | 241.8º | 0.88% | 0.89% | - |
| XYZ | 14.69 | 6.54 | 72.44 | - |
| YUV | 50.59 | 226.99 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 226 | 0.86 | 0.88 | 0 | 0.11 | 241.8 | 0.79 | 0.49 |
| Hex | 20 | 1A | E2 | 56 | 58 | 0 | B | F2 | 4F | 31 |
| Octal | 40 | 32 | 342 | 126 | 130 | 0 | 13 | 362 | 117 | 61 |
| Binary | 100000 | 11010 | 11100010 | 1010110 | 1011000 | 0 | 1011 | 11110010 | 1001111 | 110001 |
Color Harmonies of #201AE2
Complementary color
Monochromatic Colors of #201AE2
Black with #201AE2
Text Example
Text Example
White with #201AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AE2; }
p { color: rgb(32,26,226); }
H1.HeaderClassName
{
color: #201AE2;
}
.AnyTagClassName
{
color: #201AE2;
}
</style>
background-color css
<style>
a { background-color: #201AE2; }
a { background-color: rgb(32,26,226); }
div.DivClassName
{
background-color: #201AE2;
}
.BgClassName
{
background-color: #201AE2;
}
</style>
border-color css
<style>
span { border-color: #201AE2; }
span { border-color: rgb(32,26,226); }
td.TdClassName
{
border-color: #201AE2;
}
.TagClassName
{
border-color: #201AE2;
}
</style>