Shades of Blue #201EEB
Tints of Blue #201EEB
RGB
CMYK
RGB Variations
Color information
#201EEB (or 0x201EEB) is known color: Blue. HEX triplet: 20, 1E and EB. RGB value is (32,30,235). Sum of RGB (Red+Green+Blue) = 32+30+235=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 235 (92.19% from 255 or 79.12% from 297); Max value from RGB is 235 - color contains mainly: blue. Hex color #201EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #201EEB is #DFE114. Grayscale: #353535. Windows color (decimal): -14672149 or 15408672. OLE color: 15408672.
HSL color Cylindrical-coordinate representation of color #201EEB: hue angle of 240.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201EEB is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 30 | 235 | - |
| CMYK | 0.86 | 0.87 | 0 | 0.08 |
| HSL | 240.59º | 0.84% | 0.52% | - |
| HSV(B) | 240.59º | 0.87% | 0.92% | - |
| XYZ | 16.06 | 7.23 | 79.15 | - |
| YUV | 53.97 | 230.16 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 235 | 0.86 | 0.87 | 0 | 0.08 | 240.59 | 0.84 | 0.52 |
| Hex | 20 | 1E | EB | 56 | 57 | 0 | 8 | F1 | 54 | 34 |
| Octal | 40 | 36 | 353 | 126 | 127 | 0 | 10 | 361 | 124 | 64 |
| Binary | 100000 | 11110 | 11101011 | 1010110 | 1010111 | 0 | 1000 | 11110001 | 1010100 | 110100 |
Color Harmonies of #201EEB
Complementary color
Monochromatic Colors of #201EEB
Black with #201EEB
Text Example
Text Example
White with #201EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EEB; }
p { color: rgb(32,30,235); }
H1.HeaderClassName
{
color: #201EEB;
}
.AnyTagClassName
{
color: #201EEB;
}
</style>
background-color css
<style>
a { background-color: #201EEB; }
a { background-color: rgb(32,30,235); }
div.DivClassName
{
background-color: #201EEB;
}
.BgClassName
{
background-color: #201EEB;
}
</style>
border-color css
<style>
span { border-color: #201EEB; }
span { border-color: rgb(32,30,235); }
td.TdClassName
{
border-color: #201EEB;
}
.TagClassName
{
border-color: #201EEB;
}
</style>