Shades of Blue #2016EE
Tints of Blue #2016EE
RGB
CMYK
RGB Variations
Color information
#2016EE (or 0x2016EE) is known color: Blue. HEX triplet: 20, 16 and EE. RGB value is (32,22,238). Sum of RGB (Red+Green+Blue) = 32+22+238=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 238 (93.36% from 255 or 81.51% from 292); Max value from RGB is 238 - color contains mainly: blue. Hex color #2016EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2016EE is #DFE911. Grayscale: #303030. Windows color (decimal): -14674194 or 15603232. OLE color: 15603232.
HSL color Cylindrical-coordinate representation of color #2016EE: hue angle of 242.78º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2016EE is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 22 | 238 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.07 |
| HSL | 242.78º | 0.86% | 0.51% | - |
| HSV(B) | 242.78º | 0.91% | 0.93% | - |
| XYZ | 16.32 | 7.05 | 81.39 | - |
| YUV | 49.61 | 234.31 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 238 | 0.87 | 0.91 | 0 | 0.07 | 242.78 | 0.86 | 0.51 |
| Hex | 20 | 16 | EE | 57 | 5B | 0 | 7 | F3 | 56 | 33 |
| Octal | 40 | 26 | 356 | 127 | 133 | 0 | 7 | 363 | 126 | 63 |
| Binary | 100000 | 10110 | 11101110 | 1010111 | 1011011 | 0 | 111 | 11110011 | 1010110 | 110011 |
Color Harmonies of #2016EE
Complementary color
Monochromatic Colors of #2016EE
Black with #2016EE
Text Example
Text Example
White with #2016EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2016EE; }
p { color: rgb(32,22,238); }
H1.HeaderClassName
{
color: #2016EE;
}
.AnyTagClassName
{
color: #2016EE;
}
</style>
background-color css
<style>
a { background-color: #2016EE; }
a { background-color: rgb(32,22,238); }
div.DivClassName
{
background-color: #2016EE;
}
.BgClassName
{
background-color: #2016EE;
}
</style>
border-color css
<style>
span { border-color: #2016EE; }
span { border-color: rgb(32,22,238); }
td.TdClassName
{
border-color: #2016EE;
}
.TagClassName
{
border-color: #2016EE;
}
</style>