Shades of Medium Blue #201ADA
Tints of Medium Blue #201ADA
RGB
CMYK
RGB Variations
Color information
#201ADA (or 0x201ADA) is known color: Medium Blue. HEX triplet: 20, 1A and DA. RGB value is (32,26,218). Sum of RGB (Red+Green+Blue) = 32+26+218=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 218 (85.55% from 255 or 78.99% from 276); Max value from RGB is 218 - color contains mainly: blue. Hex color #201ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ADA is #DFE525. Grayscale: #303030. Windows color (decimal): -14673190 or 14293536. OLE color: 14293536.
HSL color Cylindrical-coordinate representation of color #201ADA: hue angle of 241.88º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201ADA is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 26 | 218 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.15 |
| HSL | 241.88º | 0.79% | 0.48% | - |
| HSV(B) | 241.88º | 0.88% | 0.85% | - |
| XYZ | 13.62 | 6.11 | 66.79 | - |
| YUV | 49.68 | 222.99 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 218 | 0.85 | 0.88 | 0 | 0.15 | 241.88 | 0.79 | 0.48 |
| Hex | 20 | 1A | DA | 55 | 58 | 0 | F | F2 | 4F | 30 |
| Octal | 40 | 32 | 332 | 125 | 130 | 0 | 17 | 362 | 117 | 60 |
| Binary | 100000 | 11010 | 11011010 | 1010101 | 1011000 | 0 | 1111 | 11110010 | 1001111 | 110000 |
Color Harmonies of #201ADA
Complementary color
Monochromatic Colors of #201ADA
Black with #201ADA
Text Example
Text Example
White with #201ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201ADA; }
p { color: rgb(32,26,218); }
H1.HeaderClassName
{
color: #201ADA;
}
.AnyTagClassName
{
color: #201ADA;
}
</style>
background-color css
<style>
a { background-color: #201ADA; }
a { background-color: rgb(32,26,218); }
div.DivClassName
{
background-color: #201ADA;
}
.BgClassName
{
background-color: #201ADA;
}
</style>
border-color css
<style>
span { border-color: #201ADA; }
span { border-color: rgb(32,26,218); }
td.TdClassName
{
border-color: #201ADA;
}
.TagClassName
{
border-color: #201ADA;
}
</style>