Shades of Blue #2100EF
Tints of Blue #2100EF
RGB
CMYK
RGB Variations
Color information
#2100EF (or 0x2100EF) is known color: Blue. HEX triplet: 21, 00 and EF. RGB value is (33,0,239). Sum of RGB (Red+Green+Blue) = 33+0+239=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 239 (93.75% from 255 or 87.87% from 272); Max value from RGB is 239 - color contains mainly: blue. Hex color #2100EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2100EF is #DEFF10. Grayscale: #242424. Windows color (decimal): -14614289 or 15663137. OLE color: 15663137.
HSL color Cylindrical-coordinate representation of color #2100EF: hue angle of 248.28º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2100EF is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 0 | 239 | - |
| CMYK | 0.86 | 1 | 0 | 0.06 |
| HSL | 248.28º | 1% | 0.47% | - |
| HSV(B) | 248.28º | 1% | 0.94% | - |
| XYZ | 16.21 | 6.56 | 82.07 | - |
| YUV | 37.11 | 241.93 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 239 | 0.86 | 1 | 0 | 0.06 | 248.28 | 1 | 0.47 |
| Hex | 21 | 0 | EF | 56 | 64 | 0 | 6 | F8 | 64 | 2F |
| Octal | 41 | 0 | 357 | 126 | 144 | 0 | 6 | 370 | 144 | 57 |
| Binary | 100001 | 0 | 11101111 | 1010110 | 1100100 | 0 | 110 | 11111000 | 1100100 | 101111 |
Color Harmonies of #2100EF
Complementary color
Monochromatic Colors of #2100EF
Black with #2100EF
Text Example
Text Example
White with #2100EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2100EF; }
p { color: rgb(33,0,239); }
H1.HeaderClassName
{
color: #2100EF;
}
.AnyTagClassName
{
color: #2100EF;
}
</style>
background-color css
<style>
a { background-color: #2100EF; }
a { background-color: rgb(33,0,239); }
div.DivClassName
{
background-color: #2100EF;
}
.BgClassName
{
background-color: #2100EF;
}
</style>
border-color css
<style>
span { border-color: #2100EF; }
span { border-color: rgb(33,0,239); }
td.TdClassName
{
border-color: #2100EF;
}
.TagClassName
{
border-color: #2100EF;
}
</style>