Shades of Blue #2001EB
Tints of Blue #2001EB
RGB
CMYK
RGB Variations
Color information
#2001EB (or 0x2001EB) is known color: Blue. HEX triplet: 20, 01 and EB. RGB value is (32,1,235). Sum of RGB (Red+Green+Blue) = 32+1+235=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 235 (92.19% from 255 or 87.69% from 268); Max value from RGB is 235 - color contains mainly: blue. Hex color #2001EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2001EB is #DFFE14. Grayscale: #242424. Windows color (decimal): -14679573 or 15401248. OLE color: 15401248.
HSL color Cylindrical-coordinate representation of color #2001EB: hue angle of 247.95º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2001EB is Cyan = 0.86, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 1 | 235 | - |
| CMYK | 0.86 | 1.00 | 0 | 0.08 |
| HSL | 247.95º | 0.99% | 0.46% | - |
| HSV(B) | 247.95º | 1% | 0.92% | - |
| XYZ | 15.6 | 6.33 | 79 | - |
| YUV | 36.95 | 239.77 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 235 | 0.86 | 1.00 | 0 | 0.08 | 247.95 | 0.99 | 0.46 |
| Hex | 20 | 1 | EB | 56 | 64 | 0 | 8 | F8 | 63 | 2E |
| Octal | 40 | 1 | 353 | 126 | 144 | 0 | 10 | 370 | 143 | 56 |
| Binary | 100000 | 1 | 11101011 | 1010110 | 1100100 | 0 | 1000 | 11111000 | 1100011 | 101110 |
Color Harmonies of #2001EB
Complementary color
Monochromatic Colors of #2001EB
Black with #2001EB
Text Example
Text Example
White with #2001EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2001EB; }
p { color: rgb(32,1,235); }
H1.HeaderClassName
{
color: #2001EB;
}
.AnyTagClassName
{
color: #2001EB;
}
</style>
background-color css
<style>
a { background-color: #2001EB; }
a { background-color: rgb(32,1,235); }
div.DivClassName
{
background-color: #2001EB;
}
.BgClassName
{
background-color: #2001EB;
}
</style>
border-color css
<style>
span { border-color: #2001EB; }
span { border-color: rgb(32,1,235); }
td.TdClassName
{
border-color: #2001EB;
}
.TagClassName
{
border-color: #2001EB;
}
</style>