Shades of Blue #2017EC
Tints of Blue #2017EC
RGB
CMYK
RGB Variations
Color information
#2017EC (or 0x2017EC) is known color: Blue. HEX triplet: 20, 17 and EC. RGB value is (32,23,236). Sum of RGB (Red+Green+Blue) = 32+23+236=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 236 (92.58% from 255 or 81.10% from 291); Max value from RGB is 236 - color contains mainly: blue. Hex color #2017EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2017EC is #DFE813. Grayscale: #313131. Windows color (decimal): -14673940 or 15472416. OLE color: 15472416.
HSL color Cylindrical-coordinate representation of color #2017EC: hue angle of 242.54º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2017EC is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 23 | 236 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.07 |
| HSL | 242.54º | 0.85% | 0.51% | - |
| HSV(B) | 242.54º | 0.9% | 0.93% | - |
| XYZ | 16.04 | 6.98 | 79.86 | - |
| YUV | 49.97 | 232.98 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 236 | 0.86 | 0.90 | 0 | 0.07 | 242.54 | 0.85 | 0.51 |
| Hex | 20 | 17 | EC | 56 | 5A | 0 | 7 | F3 | 55 | 33 |
| Octal | 40 | 27 | 354 | 126 | 132 | 0 | 7 | 363 | 125 | 63 |
| Binary | 100000 | 10111 | 11101100 | 1010110 | 1011010 | 0 | 111 | 11110011 | 1010101 | 110011 |
Color Harmonies of #2017EC
Complementary color
Monochromatic Colors of #2017EC
Black with #2017EC
Text Example
Text Example
White with #2017EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017EC; }
p { color: rgb(32,23,236); }
H1.HeaderClassName
{
color: #2017EC;
}
.AnyTagClassName
{
color: #2017EC;
}
</style>
background-color css
<style>
a { background-color: #2017EC; }
a { background-color: rgb(32,23,236); }
div.DivClassName
{
background-color: #2017EC;
}
.BgClassName
{
background-color: #2017EC;
}
</style>
border-color css
<style>
span { border-color: #2017EC; }
span { border-color: rgb(32,23,236); }
td.TdClassName
{
border-color: #2017EC;
}
.TagClassName
{
border-color: #2017EC;
}
</style>