Shades of Blue #2016F6
Tints of Blue #2016F6
RGB
CMYK
RGB Variations
Color information
#2016F6 (or 0x2016F6) is known color: Blue. HEX triplet: 20, 16 and F6. RGB value is (32,22,246). Sum of RGB (Red+Green+Blue) = 32+22+246=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 246 (96.48% from 255 or 82% from 300); Max value from RGB is 246 - color contains mainly: blue. Hex color #2016F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2016F6 is #DFE909. Grayscale: #313131. Windows color (decimal): -14674186 or 16127520. OLE color: 16127520.
HSL color Cylindrical-coordinate representation of color #2016F6: hue angle of 242.68º 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 #2016F6 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 32 | 22 | 246 | - |
| CMYK | 0.87 | 0.91 | 0 | 0.04 |
| HSL | 242.68º | 0.93% | 0.53% | - |
| HSV(B) | 242.68º | 0.91% | 0.96% | - |
| XYZ | 17.52 | 7.53 | 87.72 | - |
| YUV | 50.53 | 238.31 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 246 | 0.87 | 0.91 | 0 | 0.04 | 242.68 | 0.93 | 0.53 |
| Hex | 20 | 16 | F6 | 57 | 5B | 0 | 4 | F3 | 5D | 35 |
| Octal | 40 | 26 | 366 | 127 | 133 | 0 | 4 | 363 | 135 | 65 |
| Binary | 100000 | 10110 | 11110110 | 1010111 | 1011011 | 0 | 100 | 11110011 | 1011101 | 110101 |
Color Harmonies of #2016F6
Complementary color
Monochromatic Colors of #2016F6
Black with #2016F6
Text Example
Text Example
White with #2016F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2016F6; }
p { color: rgb(32,22,246); }
H1.HeaderClassName
{
color: #2016F6;
}
.AnyTagClassName
{
color: #2016F6;
}
</style>
background-color css
<style>
a { background-color: #2016F6; }
a { background-color: rgb(32,22,246); }
div.DivClassName
{
background-color: #2016F6;
}
.BgClassName
{
background-color: #2016F6;
}
</style>
border-color css
<style>
span { border-color: #2016F6; }
span { border-color: rgb(32,22,246); }
td.TdClassName
{
border-color: #2016F6;
}
.TagClassName
{
border-color: #2016F6;
}
</style>