Shades of Medium Blue #2016CE
Tints of Medium Blue #2016CE
RGB
CMYK
RGB Variations
Color information
#2016CE (or 0x2016CE) is known color: Medium Blue. HEX triplet: 20, 16 and CE. RGB value is (32,22,206). Sum of RGB (Red+Green+Blue) = 32+22+206=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #2016CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2016CE is #DFE931. Grayscale: #2D2D2D. Windows color (decimal): -14674226 or 13506080. OLE color: 13506080.
HSL color Cylindrical-coordinate representation of color #2016CE: hue angle of 243.26º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2016CE is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 22 | 206 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.19 |
| HSL | 243.26º | 0.81% | 0.45% | - |
| HSV(B) | 243.26º | 0.89% | 0.81% | - |
| XYZ | 12.02 | 5.34 | 58.79 | - |
| YUV | 45.97 | 218.31 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 206 | 0.84 | 0.89 | 0 | 0.19 | 243.26 | 0.81 | 0.45 |
| Hex | 20 | 16 | CE | 54 | 59 | 0 | 13 | F3 | 51 | 2D |
| Octal | 40 | 26 | 316 | 124 | 131 | 0 | 23 | 363 | 121 | 55 |
| Binary | 100000 | 10110 | 11001110 | 1010100 | 1011001 | 0 | 10011 | 11110011 | 1010001 | 101101 |
Color Harmonies of #2016CE
Complementary color
Monochromatic Colors of #2016CE
Black with #2016CE
Text Example
Text Example
White with #2016CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2016CE; }
p { color: rgb(32,22,206); }
H1.HeaderClassName
{
color: #2016CE;
}
.AnyTagClassName
{
color: #2016CE;
}
</style>
background-color css
<style>
a { background-color: #2016CE; }
a { background-color: rgb(32,22,206); }
div.DivClassName
{
background-color: #2016CE;
}
.BgClassName
{
background-color: #2016CE;
}
</style>
border-color css
<style>
span { border-color: #2016CE; }
span { border-color: rgb(32,22,206); }
td.TdClassName
{
border-color: #2016CE;
}
.TagClassName
{
border-color: #2016CE;
}
</style>