Shades of Blue #2117F6
Tints of Blue #2117F6
RGB
CMYK
RGB Variations
Color information
#2117F6 (or 0x2117F6) is known color: Blue. HEX triplet: 21, 17 and F6. RGB value is (33,23,246). Sum of RGB (Red+Green+Blue) = 33+23+246=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 246 (96.48% from 255 or 81.46% from 302); Max value from RGB is 246 - color contains mainly: blue. Hex color #2117F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2117F6 is #DEE809. Grayscale: #323232. Windows color (decimal): -14608394 or 16127777. OLE color: 16127777.
HSL color Cylindrical-coordinate representation of color #2117F6: hue angle of 242.69º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2117F6 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 23 | 246 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.04 |
| HSL | 242.69º | 0.93% | 0.53% | - |
| HSV(B) | 242.69º | 0.91% | 0.96% | - |
| XYZ | 17.57 | 7.59 | 87.73 | - |
| YUV | 51.41 | 237.81 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 23 | 246 | 0.87 | 0.91 | 0 | 0.04 | 242.69 | 0.93 | 0.53 |
| Hex | 21 | 17 | F6 | 57 | 5B | 0 | 4 | F3 | 5D | 35 |
| Octal | 41 | 27 | 366 | 127 | 133 | 0 | 4 | 363 | 135 | 65 |
| Binary | 100001 | 10111 | 11110110 | 1010111 | 1011011 | 0 | 100 | 11110011 | 1011101 | 110101 |
Color Harmonies of #2117F6
Complementary color
Monochromatic Colors of #2117F6
Black with #2117F6
Text Example
Text Example
White with #2117F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2117F6; }
p { color: rgb(33,23,246); }
H1.HeaderClassName
{
color: #2117F6;
}
.AnyTagClassName
{
color: #2117F6;
}
</style>
background-color css
<style>
a { background-color: #2117F6; }
a { background-color: rgb(33,23,246); }
div.DivClassName
{
background-color: #2117F6;
}
.BgClassName
{
background-color: #2117F6;
}
</style>
border-color css
<style>
span { border-color: #2117F6; }
span { border-color: rgb(33,23,246); }
td.TdClassName
{
border-color: #2117F6;
}
.TagClassName
{
border-color: #2117F6;
}
</style>