Shades of Blue #2106EC
Tints of Blue #2106EC
RGB
CMYK
RGB Variations
Color information
#2106EC (or 0x2106EC) is known color: Blue. HEX triplet: 21, 06 and EC. RGB value is (33,6,236). Sum of RGB (Red+Green+Blue) = 33+6+236=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 236 (92.58% from 255 or 85.82% from 275); Max value from RGB is 236 - color contains mainly: blue. Hex color #2106EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2106EC is #DEF913. Grayscale: #272727. Windows color (decimal): -14612756 or 15468065. OLE color: 15468065.
HSL color Cylindrical-coordinate representation of color #2106EC: hue angle of 247.04º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2106EC is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 6 | 236 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.07 |
| HSL | 247.04º | 0.95% | 0.47% | - |
| HSV(B) | 247.04º | 0.97% | 0.93% | - |
| XYZ | 15.83 | 6.51 | 79.78 | - |
| YUV | 40.29 | 238.45 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 236 | 0.86 | 0.97 | 0 | 0.07 | 247.04 | 0.95 | 0.47 |
| Hex | 21 | 6 | EC | 56 | 61 | 0 | 7 | F7 | 5F | 2F |
| Octal | 41 | 6 | 354 | 126 | 141 | 0 | 7 | 367 | 137 | 57 |
| Binary | 100001 | 110 | 11101100 | 1010110 | 1100001 | 0 | 111 | 11110111 | 1011111 | 101111 |
Color Harmonies of #2106EC
Complementary color
Monochromatic Colors of #2106EC
Black with #2106EC
Text Example
Text Example
White with #2106EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2106EC; }
p { color: rgb(33,6,236); }
H1.HeaderClassName
{
color: #2106EC;
}
.AnyTagClassName
{
color: #2106EC;
}
</style>
background-color css
<style>
a { background-color: #2106EC; }
a { background-color: rgb(33,6,236); }
div.DivClassName
{
background-color: #2106EC;
}
.BgClassName
{
background-color: #2106EC;
}
</style>
border-color css
<style>
span { border-color: #2106EC; }
span { border-color: rgb(33,6,236); }
td.TdClassName
{
border-color: #2106EC;
}
.TagClassName
{
border-color: #2106EC;
}
</style>