Shades of Blue #2100EE
Tints of Blue #2100EE
RGB
CMYK
RGB Variations
Color information
#2100EE (or 0x2100EE) is known color: Blue. HEX triplet: 21, 00 and EE. RGB value is (33,0,238). Sum of RGB (Red+Green+Blue) = 33+0+238=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 238 (93.36% from 255 or 87.82% from 271); Max value from RGB is 238 - color contains mainly: blue. Hex color #2100EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2100EE is #DEFF11. Grayscale: #242424. Windows color (decimal): -14614290 or 15597601. OLE color: 15597601.
HSL color Cylindrical-coordinate representation of color #2100EE: hue angle of 248.32º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2100EE is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 0 | 238 | - |
| CMYK | 0.86 | 1 | 0 | 0.07 |
| HSL | 248.32º | 1% | 0.47% | - |
| HSV(B) | 248.32º | 1% | 0.93% | - |
| XYZ | 16.06 | 6.5 | 81.3 | - |
| YUV | 37 | 241.43 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 238 | 0.86 | 1 | 0 | 0.07 | 248.32 | 1 | 0.47 |
| Hex | 21 | 0 | EE | 56 | 64 | 0 | 7 | F8 | 64 | 2F |
| Octal | 41 | 0 | 356 | 126 | 144 | 0 | 7 | 370 | 144 | 57 |
| Binary | 100001 | 0 | 11101110 | 1010110 | 1100100 | 0 | 111 | 11111000 | 1100100 | 101111 |
Color Harmonies of #2100EE
Complementary color
Monochromatic Colors of #2100EE
Black with #2100EE
Text Example
Text Example
White with #2100EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2100EE; }
p { color: rgb(33,0,238); }
H1.HeaderClassName
{
color: #2100EE;
}
.AnyTagClassName
{
color: #2100EE;
}
</style>
background-color css
<style>
a { background-color: #2100EE; }
a { background-color: rgb(33,0,238); }
div.DivClassName
{
background-color: #2100EE;
}
.BgClassName
{
background-color: #2100EE;
}
</style>
border-color css
<style>
span { border-color: #2100EE; }
span { border-color: rgb(33,0,238); }
td.TdClassName
{
border-color: #2100EE;
}
.TagClassName
{
border-color: #2100EE;
}
</style>