Shades of Medium Blue #2016CF
Tints of Medium Blue #2016CF
RGB
CMYK
RGB Variations
Color information
#2016CF (or 0x2016CF) is known color: Medium Blue. HEX triplet: 20, 16 and CF. RGB value is (32,22,207). Sum of RGB (Red+Green+Blue) = 32+22+207=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 207 (81.25% from 255 or 79.31% from 261); Max value from RGB is 207 - color contains mainly: blue. Hex color #2016CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2016CF is #DFE930. Grayscale: #2D2D2D. Windows color (decimal): -14674225 or 13571616. OLE color: 13571616.
HSL color Cylindrical-coordinate representation of color #2016CF: hue angle of 243.24º 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 #2016CF is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 22 | 207 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.19 |
| HSL | 243.24º | 0.81% | 0.45% | - |
| HSV(B) | 243.24º | 0.89% | 0.81% | - |
| XYZ | 12.15 | 5.39 | 59.43 | - |
| YUV | 46.08 | 218.81 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 207 | 0.85 | 0.89 | 0 | 0.19 | 243.24 | 0.81 | 0.45 |
| Hex | 20 | 16 | CF | 55 | 59 | 0 | 13 | F3 | 51 | 2D |
| Octal | 40 | 26 | 317 | 125 | 131 | 0 | 23 | 363 | 121 | 55 |
| Binary | 100000 | 10110 | 11001111 | 1010101 | 1011001 | 0 | 10011 | 11110011 | 1010001 | 101101 |
Color Harmonies of #2016CF
Complementary color
Monochromatic Colors of #2016CF
Black with #2016CF
Text Example
Text Example
White with #2016CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2016CF; }
p { color: rgb(32,22,207); }
H1.HeaderClassName
{
color: #2016CF;
}
.AnyTagClassName
{
color: #2016CF;
}
</style>
background-color css
<style>
a { background-color: #2016CF; }
a { background-color: rgb(32,22,207); }
div.DivClassName
{
background-color: #2016CF;
}
.BgClassName
{
background-color: #2016CF;
}
</style>
border-color css
<style>
span { border-color: #2016CF; }
span { border-color: rgb(32,22,207); }
td.TdClassName
{
border-color: #2016CF;
}
.TagClassName
{
border-color: #2016CF;
}
</style>