Shades of Blue #201DEA
Tints of Blue #201DEA
RGB
CMYK
RGB Variations
Color information
#201DEA (or 0x201DEA) is known color: Blue. HEX triplet: 20, 1D and EA. RGB value is (32,29,234). Sum of RGB (Red+Green+Blue) = 32+29+234=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 234 (91.80% from 255 or 79.32% from 295); Max value from RGB is 234 - color contains mainly: blue. Hex color #201DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201DEA is #DFE215. Grayscale: #343434. Windows color (decimal): -14672406 or 15342880. OLE color: 15342880.
HSL color Cylindrical-coordinate representation of color #201DEA: hue angle of 240.88º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201DEA is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 29 | 234 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.08 |
| HSL | 240.88º | 0.83% | 0.52% | - |
| HSV(B) | 240.88º | 0.88% | 0.92% | - |
| XYZ | 15.89 | 7.13 | 78.38 | - |
| YUV | 53.27 | 229.99 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 234 | 0.86 | 0.88 | 0 | 0.08 | 240.88 | 0.83 | 0.52 |
| Hex | 20 | 1D | EA | 56 | 58 | 0 | 8 | F1 | 53 | 34 |
| Octal | 40 | 35 | 352 | 126 | 130 | 0 | 10 | 361 | 123 | 64 |
| Binary | 100000 | 11101 | 11101010 | 1010110 | 1011000 | 0 | 1000 | 11110001 | 1010011 | 110100 |
Color Harmonies of #201DEA
Complementary color
Monochromatic Colors of #201DEA
Black with #201DEA
Text Example
Text Example
White with #201DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DEA; }
p { color: rgb(32,29,234); }
H1.HeaderClassName
{
color: #201DEA;
}
.AnyTagClassName
{
color: #201DEA;
}
</style>
background-color css
<style>
a { background-color: #201DEA; }
a { background-color: rgb(32,29,234); }
div.DivClassName
{
background-color: #201DEA;
}
.BgClassName
{
background-color: #201DEA;
}
</style>
border-color css
<style>
span { border-color: #201DEA; }
span { border-color: rgb(32,29,234); }
td.TdClassName
{
border-color: #201DEA;
}
.TagClassName
{
border-color: #201DEA;
}
</style>