Shades of Medium Blue #201DDB
Tints of Medium Blue #201DDB
RGB
CMYK
RGB Variations
Color information
#201DDB (or 0x201DDB) is known color: Medium Blue. HEX triplet: 20, 1D and DB. RGB value is (32,29,219). Sum of RGB (Red+Green+Blue) = 32+29+219=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #201DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DDB is #DFE224. Grayscale: #323232. Windows color (decimal): -14672421 or 14359840. OLE color: 14359840.
HSL color Cylindrical-coordinate representation of color #201DDB: hue angle of 240.95º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201DDB is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 29 | 219 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.14 |
| HSL | 240.95º | 0.77% | 0.49% | - |
| HSV(B) | 240.95º | 0.87% | 0.86% | - |
| XYZ | 13.82 | 6.3 | 67.51 | - |
| YUV | 51.56 | 222.49 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 219 | 0.85 | 0.87 | 0 | 0.14 | 240.95 | 0.77 | 0.49 |
| Hex | 20 | 1D | DB | 55 | 57 | 0 | E | F1 | 4D | 31 |
| Octal | 40 | 35 | 333 | 125 | 127 | 0 | 16 | 361 | 115 | 61 |
| Binary | 100000 | 11101 | 11011011 | 1010101 | 1010111 | 0 | 1110 | 11110001 | 1001101 | 110001 |
Color Harmonies of #201DDB
Complementary color
Monochromatic Colors of #201DDB
Black with #201DDB
Text Example
Text Example
White with #201DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DDB; }
p { color: rgb(32,29,219); }
H1.HeaderClassName
{
color: #201DDB;
}
.AnyTagClassName
{
color: #201DDB;
}
</style>
background-color css
<style>
a { background-color: #201DDB; }
a { background-color: rgb(32,29,219); }
div.DivClassName
{
background-color: #201DDB;
}
.BgClassName
{
background-color: #201DDB;
}
</style>
border-color css
<style>
span { border-color: #201DDB; }
span { border-color: rgb(32,29,219); }
td.TdClassName
{
border-color: #201DDB;
}
.TagClassName
{
border-color: #201DDB;
}
</style>