Shades of Blue #2017EB
Tints of Blue #2017EB
RGB
CMYK
RGB Variations
Color information
#2017EB (or 0x2017EB) is known color: Blue. HEX triplet: 20, 17 and EB. RGB value is (32,23,235). Sum of RGB (Red+Green+Blue) = 32+23+235=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 235 (92.19% from 255 or 81.03% from 290); Max value from RGB is 235 - color contains mainly: blue. Hex color #2017EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2017EB is #DFE814. Grayscale: #313131. Windows color (decimal): -14673941 or 15406880. OLE color: 15406880.
HSL color Cylindrical-coordinate representation of color #2017EB: hue angle of 242.55º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2017EB is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 23 | 235 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.08 |
| HSL | 242.55º | 0.84% | 0.51% | - |
| HSV(B) | 242.55º | 0.9% | 0.92% | - |
| XYZ | 15.9 | 6.92 | 79.09 | - |
| YUV | 49.86 | 232.48 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 235 | 0.86 | 0.90 | 0 | 0.08 | 242.55 | 0.84 | 0.51 |
| Hex | 20 | 17 | EB | 56 | 5A | 0 | 8 | F3 | 54 | 33 |
| Octal | 40 | 27 | 353 | 126 | 132 | 0 | 10 | 363 | 124 | 63 |
| Binary | 100000 | 10111 | 11101011 | 1010110 | 1011010 | 0 | 1000 | 11110011 | 1010100 | 110011 |
Color Harmonies of #2017EB
Complementary color
Monochromatic Colors of #2017EB
Black with #2017EB
Text Example
Text Example
White with #2017EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017EB; }
p { color: rgb(32,23,235); }
H1.HeaderClassName
{
color: #2017EB;
}
.AnyTagClassName
{
color: #2017EB;
}
</style>
background-color css
<style>
a { background-color: #2017EB; }
a { background-color: rgb(32,23,235); }
div.DivClassName
{
background-color: #2017EB;
}
.BgClassName
{
background-color: #2017EB;
}
</style>
border-color css
<style>
span { border-color: #2017EB; }
span { border-color: rgb(32,23,235); }
td.TdClassName
{
border-color: #2017EB;
}
.TagClassName
{
border-color: #2017EB;
}
</style>