Shades of Medium Blue #201AD5
Tints of Medium Blue #201AD5
RGB
CMYK
RGB Variations
Color information
#201AD5 (or 0x201AD5) is known color: Medium Blue. HEX triplet: 20, 1A and D5. RGB value is (32,26,213). Sum of RGB (Red+Green+Blue) = 32+26+213=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 213 (83.59% from 255 or 78.60% from 271); Max value from RGB is 213 - color contains mainly: blue. Hex color #201AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201AD5 is #DFE52A. Grayscale: #303030. Windows color (decimal): -14673195 or 13965856. OLE color: 13965856.
HSL color Cylindrical-coordinate representation of color #201AD5: hue angle of 241.93º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201AD5 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 26 | 213 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.16 |
| HSL | 241.93º | 0.78% | 0.47% | - |
| HSV(B) | 241.93º | 0.88% | 0.84% | - |
| XYZ | 12.98 | 5.85 | 63.4 | - |
| YUV | 49.11 | 220.49 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 213 | 0.85 | 0.88 | 0 | 0.16 | 241.93 | 0.78 | 0.47 |
| Hex | 20 | 1A | D5 | 55 | 58 | 0 | 10 | F2 | 4E | 2F |
| Octal | 40 | 32 | 325 | 125 | 130 | 0 | 20 | 362 | 116 | 57 |
| Binary | 100000 | 11010 | 11010101 | 1010101 | 1011000 | 0 | 10000 | 11110010 | 1001110 | 101111 |
Color Harmonies of #201AD5
Complementary color
Monochromatic Colors of #201AD5
Black with #201AD5
Text Example
Text Example
White with #201AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AD5; }
p { color: rgb(32,26,213); }
H1.HeaderClassName
{
color: #201AD5;
}
.AnyTagClassName
{
color: #201AD5;
}
</style>
background-color css
<style>
a { background-color: #201AD5; }
a { background-color: rgb(32,26,213); }
div.DivClassName
{
background-color: #201AD5;
}
.BgClassName
{
background-color: #201AD5;
}
</style>
border-color css
<style>
span { border-color: #201AD5; }
span { border-color: rgb(32,26,213); }
td.TdClassName
{
border-color: #201AD5;
}
.TagClassName
{
border-color: #201AD5;
}
</style>