Shades of Blue #201DEC
Tints of Blue #201DEC
RGB
CMYK
RGB Variations
Color information
#201DEC (or 0x201DEC) is known color: Blue. HEX triplet: 20, 1D and EC. RGB value is (32,29,236). Sum of RGB (Red+Green+Blue) = 32+29+236=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 236 (92.58% from 255 or 79.46% from 297); Max value from RGB is 236 - color contains mainly: blue. Hex color #201DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201DEC is #DFE213. Grayscale: #343434. Windows color (decimal): -14672404 or 15473952. OLE color: 15473952.
HSL color Cylindrical-coordinate representation of color #201DEC: hue angle of 240.87º degrees, saturation: 0.84, 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 #201DEC is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 29 | 236 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.07 |
| HSL | 240.87º | 0.84% | 0.52% | - |
| HSV(B) | 240.87º | 0.88% | 0.93% | - |
| XYZ | 16.18 | 7.24 | 79.9 | - |
| YUV | 53.5 | 230.99 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 236 | 0.86 | 0.88 | 0 | 0.07 | 240.87 | 0.84 | 0.52 |
| Hex | 20 | 1D | EC | 56 | 58 | 0 | 7 | F1 | 54 | 34 |
| Octal | 40 | 35 | 354 | 126 | 130 | 0 | 7 | 361 | 124 | 64 |
| Binary | 100000 | 11101 | 11101100 | 1010110 | 1011000 | 0 | 111 | 11110001 | 1010100 | 110100 |
Color Harmonies of #201DEC
Complementary color
Monochromatic Colors of #201DEC
Black with #201DEC
Text Example
Text Example
White with #201DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DEC; }
p { color: rgb(32,29,236); }
H1.HeaderClassName
{
color: #201DEC;
}
.AnyTagClassName
{
color: #201DEC;
}
</style>
background-color css
<style>
a { background-color: #201DEC; }
a { background-color: rgb(32,29,236); }
div.DivClassName
{
background-color: #201DEC;
}
.BgClassName
{
background-color: #201DEC;
}
</style>
border-color css
<style>
span { border-color: #201DEC; }
span { border-color: rgb(32,29,236); }
td.TdClassName
{
border-color: #201DEC;
}
.TagClassName
{
border-color: #201DEC;
}
</style>