Shades of Medium Blue #201ADD
Tints of Medium Blue #201ADD
RGB
CMYK
RGB Variations
Color information
#201ADD (or 0x201ADD) is known color: Medium Blue. HEX triplet: 20, 1A and DD. RGB value is (32,26,221). Sum of RGB (Red+Green+Blue) = 32+26+221=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 221 (86.72% from 255 or 79.21% from 279); Max value from RGB is 221 - color contains mainly: blue. Hex color #201ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ADD is #DFE522. Grayscale: #313131. Windows color (decimal): -14673187 or 14490144. OLE color: 14490144.
HSL color Cylindrical-coordinate representation of color #201ADD: hue angle of 241.85º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201ADD is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 26 | 221 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.13 |
| HSL | 241.85º | 0.79% | 0.48% | - |
| HSV(B) | 241.85º | 0.88% | 0.87% | - |
| XYZ | 14.02 | 6.27 | 68.88 | - |
| YUV | 50.02 | 224.49 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 221 | 0.86 | 0.88 | 0 | 0.13 | 241.85 | 0.79 | 0.48 |
| Hex | 20 | 1A | DD | 56 | 58 | 0 | D | F2 | 4F | 30 |
| Octal | 40 | 32 | 335 | 126 | 130 | 0 | 15 | 362 | 117 | 60 |
| Binary | 100000 | 11010 | 11011101 | 1010110 | 1011000 | 0 | 1101 | 11110010 | 1001111 | 110000 |
Color Harmonies of #201ADD
Complementary color
Monochromatic Colors of #201ADD
Black with #201ADD
Text Example
Text Example
White with #201ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201ADD; }
p { color: rgb(32,26,221); }
H1.HeaderClassName
{
color: #201ADD;
}
.AnyTagClassName
{
color: #201ADD;
}
</style>
background-color css
<style>
a { background-color: #201ADD; }
a { background-color: rgb(32,26,221); }
div.DivClassName
{
background-color: #201ADD;
}
.BgClassName
{
background-color: #201ADD;
}
</style>
border-color css
<style>
span { border-color: #201ADD; }
span { border-color: rgb(32,26,221); }
td.TdClassName
{
border-color: #201ADD;
}
.TagClassName
{
border-color: #201ADD;
}
</style>