Shades of Blue #2020EB
Tints of Blue #2020EB
RGB
CMYK
RGB Variations
Color information
#2020EB (or 0x2020EB) is known color: Blue. HEX triplet: 20, 20 and EB. RGB value is (32,32,235). Sum of RGB (Red+Green+Blue) = 32+32+235=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 235 (92.19% from 255 or 78.60% from 299); Max value from RGB is 235 - color contains mainly: blue. Hex color #2020EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2020EB is #DFDF14. Grayscale: #363636. Windows color (decimal): -14671637 or 15409184. OLE color: 15409184.
HSL color Cylindrical-coordinate representation of color #2020EB: hue angle of 240º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2020EB is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 32 | 235 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.08 |
| HSL | 240º | 0.84% | 0.52% | - |
| HSV(B) | 240º | 0.86% | 0.92% | - |
| XYZ | 16.11 | 7.34 | 79.16 | - |
| YUV | 55.14 | 229.5 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 235 | 0.86 | 0.86 | 0 | 0.08 | 240 | 0.84 | 0.52 |
| Hex | 20 | 20 | EB | 56 | 56 | 0 | 8 | F0 | 54 | 34 |
| Octal | 40 | 40 | 353 | 126 | 126 | 0 | 10 | 360 | 124 | 64 |
| Binary | 100000 | 100000 | 11101011 | 1010110 | 1010110 | 0 | 1000 | 11110000 | 1010100 | 110100 |
Color Harmonies of #2020EB
Complementary color
Monochromatic Colors of #2020EB
Black with #2020EB
Text Example
Text Example
White with #2020EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2020EB; }
p { color: rgb(32,32,235); }
H1.HeaderClassName
{
color: #2020EB;
}
.AnyTagClassName
{
color: #2020EB;
}
</style>
background-color css
<style>
a { background-color: #2020EB; }
a { background-color: rgb(32,32,235); }
div.DivClassName
{
background-color: #2020EB;
}
.BgClassName
{
background-color: #2020EB;
}
</style>
border-color css
<style>
span { border-color: #2020EB; }
span { border-color: rgb(32,32,235); }
td.TdClassName
{
border-color: #2020EB;
}
.TagClassName
{
border-color: #2020EB;
}
</style>