Shades of Blue #201DE9
Tints of Blue #201DE9
RGB
CMYK
RGB Variations
Color information
#201DE9 (or 0x201DE9) is known color: Blue. HEX triplet: 20, 1D and E9. RGB value is (32,29,233). Sum of RGB (Red+Green+Blue) = 32+29+233=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 233 (91.41% from 255 or 79.25% from 294); Max value from RGB is 233 - color contains mainly: blue. Hex color #201DE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201DE9 is #DFE216. Grayscale: #343434. Windows color (decimal): -14672407 or 15277344. OLE color: 15277344.
HSL color Cylindrical-coordinate representation of color #201DE9: hue angle of 240.88º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201DE9 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 29 | 233 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.09 |
| HSL | 240.88º | 0.82% | 0.51% | - |
| HSV(B) | 240.88º | 0.88% | 0.91% | - |
| XYZ | 15.74 | 7.07 | 77.63 | - |
| YUV | 53.15 | 229.49 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 233 | 0.86 | 0.88 | 0 | 0.09 | 240.88 | 0.82 | 0.51 |
| Hex | 20 | 1D | E9 | 56 | 58 | 0 | 9 | F1 | 52 | 33 |
| Octal | 40 | 35 | 351 | 126 | 130 | 0 | 11 | 361 | 122 | 63 |
| Binary | 100000 | 11101 | 11101001 | 1010110 | 1011000 | 0 | 1001 | 11110001 | 1010010 | 110011 |
Color Harmonies of #201DE9
Complementary color
Monochromatic Colors of #201DE9
Black with #201DE9
Text Example
Text Example
White with #201DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DE9; }
p { color: rgb(32,29,233); }
H1.HeaderClassName
{
color: #201DE9;
}
.AnyTagClassName
{
color: #201DE9;
}
</style>
background-color css
<style>
a { background-color: #201DE9; }
a { background-color: rgb(32,29,233); }
div.DivClassName
{
background-color: #201DE9;
}
.BgClassName
{
background-color: #201DE9;
}
</style>
border-color css
<style>
span { border-color: #201DE9; }
span { border-color: rgb(32,29,233); }
td.TdClassName
{
border-color: #201DE9;
}
.TagClassName
{
border-color: #201DE9;
}
</style>