Shades of Medium Blue #2016DD
Tints of Medium Blue #2016DD
RGB
CMYK
RGB Variations
Color information
#2016DD (or 0x2016DD) is known color: Medium Blue. HEX triplet: 20, 16 and DD. RGB value is (32,22,221). Sum of RGB (Red+Green+Blue) = 32+22+221=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #2016DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2016DD is #DFE922. Grayscale: #2E2E2E. Windows color (decimal): -14674211 or 14489120. OLE color: 14489120.
HSL color Cylindrical-coordinate representation of color #2016DD: hue angle of 243.02º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2016DD is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 22 | 221 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.13 |
| HSL | 243.02º | 0.82% | 0.48% | - |
| HSV(B) | 243.02º | 0.9% | 0.87% | - |
| XYZ | 13.93 | 6.1 | 68.85 | - |
| YUV | 47.68 | 225.81 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 221 | 0.86 | 0.90 | 0 | 0.13 | 243.02 | 0.82 | 0.48 |
| Hex | 20 | 16 | DD | 56 | 5A | 0 | D | F3 | 52 | 30 |
| Octal | 40 | 26 | 335 | 126 | 132 | 0 | 15 | 363 | 122 | 60 |
| Binary | 100000 | 10110 | 11011101 | 1010110 | 1011010 | 0 | 1101 | 11110011 | 1010010 | 110000 |
Color Harmonies of #2016DD
Complementary color
Monochromatic Colors of #2016DD
Black with #2016DD
Text Example
Text Example
White with #2016DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2016DD; }
p { color: rgb(32,22,221); }
H1.HeaderClassName
{
color: #2016DD;
}
.AnyTagClassName
{
color: #2016DD;
}
</style>
background-color css
<style>
a { background-color: #2016DD; }
a { background-color: rgb(32,22,221); }
div.DivClassName
{
background-color: #2016DD;
}
.BgClassName
{
background-color: #2016DD;
}
</style>
border-color css
<style>
span { border-color: #2016DD; }
span { border-color: rgb(32,22,221); }
td.TdClassName
{
border-color: #2016DD;
}
.TagClassName
{
border-color: #2016DD;
}
</style>