Shades of Blue #201DEB
Tints of Blue #201DEB
RGB
CMYK
RGB Variations
Color information
#201DEB (or 0x201DEB) is known color: Blue. HEX triplet: 20, 1D and EB. RGB value is (32,29,235). Sum of RGB (Red+Green+Blue) = 32+29+235=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 235 (92.19% from 255 or 79.39% from 296); Max value from RGB is 235 - color contains mainly: blue. Hex color #201DEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201DEB is #DFE214. Grayscale: #343434. Windows color (decimal): -14672405 or 15408416. OLE color: 15408416.
HSL color Cylindrical-coordinate representation of color #201DEB: hue angle of 240.87º degrees, saturation: 0.84, 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 #201DEB is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 29 | 235 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.08 |
| HSL | 240.87º | 0.84% | 0.52% | - |
| HSV(B) | 240.87º | 0.88% | 0.92% | - |
| XYZ | 16.03 | 7.18 | 79.14 | - |
| YUV | 53.38 | 230.49 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 235 | 0.86 | 0.88 | 0 | 0.08 | 240.87 | 0.84 | 0.52 |
| Hex | 20 | 1D | EB | 56 | 58 | 0 | 8 | F1 | 54 | 34 |
| Octal | 40 | 35 | 353 | 126 | 130 | 0 | 10 | 361 | 124 | 64 |
| Binary | 100000 | 11101 | 11101011 | 1010110 | 1011000 | 0 | 1000 | 11110001 | 1010100 | 110100 |
Color Harmonies of #201DEB
Complementary color
Monochromatic Colors of #201DEB
Black with #201DEB
Text Example
Text Example
White with #201DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DEB; }
p { color: rgb(32,29,235); }
H1.HeaderClassName
{
color: #201DEB;
}
.AnyTagClassName
{
color: #201DEB;
}
</style>
background-color css
<style>
a { background-color: #201DEB; }
a { background-color: rgb(32,29,235); }
div.DivClassName
{
background-color: #201DEB;
}
.BgClassName
{
background-color: #201DEB;
}
</style>
border-color css
<style>
span { border-color: #201DEB; }
span { border-color: rgb(32,29,235); }
td.TdClassName
{
border-color: #201DEB;
}
.TagClassName
{
border-color: #201DEB;
}
</style>