Shades of Medium Blue #201ADC
Tints of Medium Blue #201ADC
RGB
CMYK
RGB Variations
Color information
#201ADC (or 0x201ADC) is known color: Medium Blue. HEX triplet: 20, 1A and DC. RGB value is (32,26,220). Sum of RGB (Red+Green+Blue) = 32+26+220=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 220 (86.33% from 255 or 79.14% from 278); Max value from RGB is 220 - color contains mainly: blue. Hex color #201ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ADC is #DFE523. Grayscale: #313131. Windows color (decimal): -14673188 or 14424608. OLE color: 14424608.
HSL color Cylindrical-coordinate representation of color #201ADC: hue angle of 241.86º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201ADC is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 26 | 220 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.14 |
| HSL | 241.86º | 0.79% | 0.48% | - |
| HSV(B) | 241.86º | 0.88% | 0.86% | - |
| XYZ | 13.88 | 6.21 | 68.18 | - |
| YUV | 49.91 | 223.99 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 220 | 0.85 | 0.88 | 0 | 0.14 | 241.86 | 0.79 | 0.48 |
| Hex | 20 | 1A | DC | 55 | 58 | 0 | E | F2 | 4F | 30 |
| Octal | 40 | 32 | 334 | 125 | 130 | 0 | 16 | 362 | 117 | 60 |
| Binary | 100000 | 11010 | 11011100 | 1010101 | 1011000 | 0 | 1110 | 11110010 | 1001111 | 110000 |
Color Harmonies of #201ADC
Complementary color
Monochromatic Colors of #201ADC
Black with #201ADC
Text Example
Text Example
White with #201ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201ADC; }
p { color: rgb(32,26,220); }
H1.HeaderClassName
{
color: #201ADC;
}
.AnyTagClassName
{
color: #201ADC;
}
</style>
background-color css
<style>
a { background-color: #201ADC; }
a { background-color: rgb(32,26,220); }
div.DivClassName
{
background-color: #201ADC;
}
.BgClassName
{
background-color: #201ADC;
}
</style>
border-color css
<style>
span { border-color: #201ADC; }
span { border-color: rgb(32,26,220); }
td.TdClassName
{
border-color: #201ADC;
}
.TagClassName
{
border-color: #201ADC;
}
</style>