Shades of Blue #2017EE
Tints of Blue #2017EE
RGB
CMYK
RGB Variations
Color information
#2017EE (or 0x2017EE) is known color: Blue. HEX triplet: 20, 17 and EE. RGB value is (32,23,238). Sum of RGB (Red+Green+Blue) = 32+23+238=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 238 (93.36% from 255 or 81.23% from 293); Max value from RGB is 238 - color contains mainly: blue. Hex color #2017EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2017EE is #DFE811. Grayscale: #313131. Windows color (decimal): -14673938 or 15603488. OLE color: 15603488.
HSL color Cylindrical-coordinate representation of color #2017EE: hue angle of 242.51º degrees, saturation: 0.86, 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 #2017EE is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 23 | 238 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.07 |
| HSL | 242.51º | 0.86% | 0.51% | - |
| HSV(B) | 242.51º | 0.9% | 0.93% | - |
| XYZ | 16.33 | 7.09 | 81.4 | - |
| YUV | 50.2 | 233.98 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 238 | 0.87 | 0.90 | 0 | 0.07 | 242.51 | 0.86 | 0.51 |
| Hex | 20 | 17 | EE | 57 | 5A | 0 | 7 | F3 | 56 | 33 |
| Octal | 40 | 27 | 356 | 127 | 132 | 0 | 7 | 363 | 126 | 63 |
| Binary | 100000 | 10111 | 11101110 | 1010111 | 1011010 | 0 | 111 | 11110011 | 1010110 | 110011 |
Color Harmonies of #2017EE
Complementary color
Monochromatic Colors of #2017EE
Black with #2017EE
Text Example
Text Example
White with #2017EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017EE; }
p { color: rgb(32,23,238); }
H1.HeaderClassName
{
color: #2017EE;
}
.AnyTagClassName
{
color: #2017EE;
}
</style>
background-color css
<style>
a { background-color: #2017EE; }
a { background-color: rgb(32,23,238); }
div.DivClassName
{
background-color: #2017EE;
}
.BgClassName
{
background-color: #2017EE;
}
</style>
border-color css
<style>
span { border-color: #2017EE; }
span { border-color: rgb(32,23,238); }
td.TdClassName
{
border-color: #2017EE;
}
.TagClassName
{
border-color: #2017EE;
}
</style>