Shades of Blue #2100EB
Tints of Blue #2100EB
RGB
CMYK
RGB Variations
Color information
#2100EB (or 0x2100EB) is known color: Blue. HEX triplet: 21, 00 and EB. RGB value is (33,0,235). Sum of RGB (Red+Green+Blue) = 33+0+235=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 0 (0.39% from 255 or 0% 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 #2100EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2100EB is #DEFF14. Grayscale: #232323. Windows color (decimal): -14614293 or 15400993. OLE color: 15400993.
HSL color Cylindrical-coordinate representation of color #2100EB: hue angle of 248.43º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2100EB is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 0 | 235 | - |
| CMYK | 0.86 | 1 | 0 | 0.08 |
| HSL | 248.43º | 1% | 0.46% | - |
| HSV(B) | 248.43º | 1% | 0.92% | - |
| XYZ | 15.62 | 6.32 | 78.99 | - |
| YUV | 36.66 | 239.93 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 235 | 0.86 | 1 | 0 | 0.08 | 248.43 | 1 | 0.46 |
| Hex | 21 | 0 | EB | 56 | 64 | 0 | 8 | F8 | 64 | 2E |
| Octal | 41 | 0 | 353 | 126 | 144 | 0 | 10 | 370 | 144 | 56 |
| Binary | 100001 | 0 | 11101011 | 1010110 | 1100100 | 0 | 1000 | 11111000 | 1100100 | 101110 |
Color Harmonies of #2100EB
Complementary color
Monochromatic Colors of #2100EB
Black with #2100EB
Text Example
Text Example
White with #2100EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2100EB; }
p { color: rgb(33,0,235); }
H1.HeaderClassName
{
color: #2100EB;
}
.AnyTagClassName
{
color: #2100EB;
}
</style>
background-color css
<style>
a { background-color: #2100EB; }
a { background-color: rgb(33,0,235); }
div.DivClassName
{
background-color: #2100EB;
}
.BgClassName
{
background-color: #2100EB;
}
</style>
border-color css
<style>
span { border-color: #2100EB; }
span { border-color: rgb(33,0,235); }
td.TdClassName
{
border-color: #2100EB;
}
.TagClassName
{
border-color: #2100EB;
}
</style>