Shades of Medium Blue #201AD7
Tints of Medium Blue #201AD7
RGB
CMYK
RGB Variations
Color information
#201AD7 (or 0x201AD7) is known color: Medium Blue. HEX triplet: 20, 1A and D7. RGB value is (32,26,215). Sum of RGB (Red+Green+Blue) = 32+26+215=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 215 (84.38% from 255 or 78.75% from 273); Max value from RGB is 215 - color contains mainly: blue. Hex color #201AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201AD7 is #DFE528. Grayscale: #303030. Windows color (decimal): -14673193 or 14096928. OLE color: 14096928.
HSL color Cylindrical-coordinate representation of color #201AD7: hue angle of 241.9º 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 #201AD7 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 26 | 215 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.16 |
| HSL | 241.9º | 0.78% | 0.47% | - |
| HSV(B) | 241.9º | 0.88% | 0.84% | - |
| XYZ | 13.23 | 5.95 | 64.74 | - |
| YUV | 49.34 | 221.49 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 215 | 0.85 | 0.88 | 0 | 0.16 | 241.9 | 0.78 | 0.47 |
| Hex | 20 | 1A | D7 | 55 | 58 | 0 | 10 | F2 | 4E | 2F |
| Octal | 40 | 32 | 327 | 125 | 130 | 0 | 20 | 362 | 116 | 57 |
| Binary | 100000 | 11010 | 11010111 | 1010101 | 1011000 | 0 | 10000 | 11110010 | 1001110 | 101111 |
Color Harmonies of #201AD7
Complementary color
Monochromatic Colors of #201AD7
Black with #201AD7
Text Example
Text Example
White with #201AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AD7; }
p { color: rgb(32,26,215); }
H1.HeaderClassName
{
color: #201AD7;
}
.AnyTagClassName
{
color: #201AD7;
}
</style>
background-color css
<style>
a { background-color: #201AD7; }
a { background-color: rgb(32,26,215); }
div.DivClassName
{
background-color: #201AD7;
}
.BgClassName
{
background-color: #201AD7;
}
</style>
border-color css
<style>
span { border-color: #201AD7; }
span { border-color: rgb(32,26,215); }
td.TdClassName
{
border-color: #201AD7;
}
.TagClassName
{
border-color: #201AD7;
}
</style>