Shades of Medium Blue #201BDD
Tints of Medium Blue #201BDD
RGB
CMYK
RGB Variations
Color information
#201BDD (or 0x201BDD) is known color: Medium Blue. HEX triplet: 20, 1B and DD. RGB value is (32,27,221). Sum of RGB (Red+Green+Blue) = 32+27+221=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 221 (86.72% from 255 or 78.93% from 280); Max value from RGB is 221 - color contains mainly: blue. Hex color #201BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BDD is #DFE422. Grayscale: #313131. Windows color (decimal): -14672931 or 14490400. OLE color: 14490400.
HSL color Cylindrical-coordinate representation of color #201BDD: hue angle of 241.55º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201BDD is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 27 | 221 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.13 |
| HSL | 241.55º | 0.78% | 0.49% | - |
| HSV(B) | 241.55º | 0.88% | 0.87% | - |
| XYZ | 14.04 | 6.31 | 68.88 | - |
| YUV | 50.61 | 224.16 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 221 | 0.86 | 0.88 | 0 | 0.13 | 241.55 | 0.78 | 0.49 |
| Hex | 20 | 1B | DD | 56 | 58 | 0 | D | F2 | 4E | 31 |
| Octal | 40 | 33 | 335 | 126 | 130 | 0 | 15 | 362 | 116 | 61 |
| Binary | 100000 | 11011 | 11011101 | 1010110 | 1011000 | 0 | 1101 | 11110010 | 1001110 | 110001 |
Color Harmonies of #201BDD
Complementary color
Monochromatic Colors of #201BDD
Black with #201BDD
Text Example
Text Example
White with #201BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BDD; }
p { color: rgb(32,27,221); }
H1.HeaderClassName
{
color: #201BDD;
}
.AnyTagClassName
{
color: #201BDD;
}
</style>
background-color css
<style>
a { background-color: #201BDD; }
a { background-color: rgb(32,27,221); }
div.DivClassName
{
background-color: #201BDD;
}
.BgClassName
{
background-color: #201BDD;
}
</style>
border-color css
<style>
span { border-color: #201BDD; }
span { border-color: rgb(32,27,221); }
td.TdClassName
{
border-color: #201BDD;
}
.TagClassName
{
border-color: #201BDD;
}
</style>