Shades of Medium Blue #2017DD
Tints of Medium Blue #2017DD
RGB
CMYK
RGB Variations
Color information
#2017DD (or 0x2017DD) is known color: Medium Blue. HEX triplet: 20, 17 and DD. RGB value is (32,23,221). Sum of RGB (Red+Green+Blue) = 32+23+221=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 221 (86.72% from 255 or 80.07% from 276); Max value from RGB is 221 - color contains mainly: blue. Hex color #2017DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017DD is #DFE822. Grayscale: #2F2F2F. Windows color (decimal): -14673955 or 14489376. OLE color: 14489376.
HSL color Cylindrical-coordinate representation of color #2017DD: hue angle of 242.73º degrees, saturation: 0.81, 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 #2017DD is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 23 | 221 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.13 |
| HSL | 242.73º | 0.81% | 0.48% | - |
| HSV(B) | 242.73º | 0.9% | 0.87% | - |
| XYZ | 13.95 | 6.14 | 68.86 | - |
| YUV | 48.26 | 225.48 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 221 | 0.86 | 0.90 | 0 | 0.13 | 242.73 | 0.81 | 0.48 |
| Hex | 20 | 17 | DD | 56 | 5A | 0 | D | F3 | 51 | 30 |
| Octal | 40 | 27 | 335 | 126 | 132 | 0 | 15 | 363 | 121 | 60 |
| Binary | 100000 | 10111 | 11011101 | 1010110 | 1011010 | 0 | 1101 | 11110011 | 1010001 | 110000 |
Color Harmonies of #2017DD
Complementary color
Monochromatic Colors of #2017DD
Black with #2017DD
Text Example
Text Example
White with #2017DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017DD; }
p { color: rgb(32,23,221); }
H1.HeaderClassName
{
color: #2017DD;
}
.AnyTagClassName
{
color: #2017DD;
}
</style>
background-color css
<style>
a { background-color: #2017DD; }
a { background-color: rgb(32,23,221); }
div.DivClassName
{
background-color: #2017DD;
}
.BgClassName
{
background-color: #2017DD;
}
</style>
border-color css
<style>
span { border-color: #2017DD; }
span { border-color: rgb(32,23,221); }
td.TdClassName
{
border-color: #2017DD;
}
.TagClassName
{
border-color: #2017DD;
}
</style>