Shades of Blue #201DED
Tints of Blue #201DED
RGB
CMYK
RGB Variations
Color information
#201DED (or 0x201DED) is known color: Blue. HEX triplet: 20, 1D and ED. RGB value is (32,29,237). Sum of RGB (Red+Green+Blue) = 32+29+237=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 237 (92.97% from 255 or 79.53% from 298); Max value from RGB is 237 - color contains mainly: blue. Hex color #201DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201DED is #DFE212. Grayscale: #343434. Windows color (decimal): -14672403 or 15539488. OLE color: 15539488.
HSL color Cylindrical-coordinate representation of color #201DED: hue angle of 240.87º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201DED is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 29 | 237 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.07 |
| HSL | 240.87º | 0.85% | 0.52% | - |
| HSV(B) | 240.87º | 0.88% | 0.93% | - |
| XYZ | 16.32 | 7.3 | 80.67 | - |
| YUV | 53.61 | 231.49 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 237 | 0.86 | 0.88 | 0 | 0.07 | 240.87 | 0.85 | 0.52 |
| Hex | 20 | 1D | ED | 56 | 58 | 0 | 7 | F1 | 55 | 34 |
| Octal | 40 | 35 | 355 | 126 | 130 | 0 | 7 | 361 | 125 | 64 |
| Binary | 100000 | 11101 | 11101101 | 1010110 | 1011000 | 0 | 111 | 11110001 | 1010101 | 110100 |
Color Harmonies of #201DED
Complementary color
Monochromatic Colors of #201DED
Black with #201DED
Text Example
Text Example
White with #201DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DED; }
p { color: rgb(32,29,237); }
H1.HeaderClassName
{
color: #201DED;
}
.AnyTagClassName
{
color: #201DED;
}
</style>
background-color css
<style>
a { background-color: #201DED; }
a { background-color: rgb(32,29,237); }
div.DivClassName
{
background-color: #201DED;
}
.BgClassName
{
background-color: #201DED;
}
</style>
border-color css
<style>
span { border-color: #201DED; }
span { border-color: rgb(32,29,237); }
td.TdClassName
{
border-color: #201DED;
}
.TagClassName
{
border-color: #201DED;
}
</style>