Shades of Blue #2106FF
Tints of Blue #2106FF
RGB
CMYK
RGB Variations
Color information
#2106FF (or 0x2106FF) is known color: Blue. HEX triplet: 21, 06 and FF. RGB value is (33,6,255). Sum of RGB (Red+Green+Blue) = 33+6+255=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 255 (100% from 255 or 86.73% from 294); Max value from RGB is 255 - color contains mainly: blue. Hex color #2106FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2106FF is #DEF900. Grayscale: #292929. Windows color (decimal): -14612737 or 16713249. OLE color: 16713249.
HSL color Cylindrical-coordinate representation of color #2106FF: hue angle of 246.51º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2106FF is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 6 | 255 | - |
| CMYK | 0.87 | 0.98 | 0 | 0 |
| HSL | 246.51º | 1% | 0.51% | - |
| HSV(B) | 246.51º | 0.98% | 1% | - |
| XYZ | 18.74 | 7.67 | 95.1 | - |
| YUV | 42.46 | 247.95 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 255 | 0.87 | 0.98 | 0 | 0 | 246.51 | 1 | 0.51 |
| Hex | 21 | 6 | FF | 57 | 62 | 0 | 0 | F7 | 64 | 33 |
| Octal | 41 | 6 | 377 | 127 | 142 | 0 | 0 | 367 | 144 | 63 |
| Binary | 100001 | 110 | 11111111 | 1010111 | 1100010 | 0 | 0 | 11110111 | 1100100 | 110011 |
Color Harmonies of #2106FF
Complementary color
Monochromatic Colors of #2106FF
Black with #2106FF
Text Example
Text Example
White with #2106FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2106FF; }
p { color: rgb(33,6,255); }
H1.HeaderClassName
{
color: #2106FF;
}
.AnyTagClassName
{
color: #2106FF;
}
</style>
background-color css
<style>
a { background-color: #2106FF; }
a { background-color: rgb(33,6,255); }
div.DivClassName
{
background-color: #2106FF;
}
.BgClassName
{
background-color: #2106FF;
}
</style>
border-color css
<style>
span { border-color: #2106FF; }
span { border-color: rgb(33,6,255); }
td.TdClassName
{
border-color: #2106FF;
}
.TagClassName
{
border-color: #2106FF;
}
</style>