Shades of Medium Blue #2017DC
Tints of Medium Blue #2017DC
RGB
CMYK
RGB Variations
Color information
#2017DC (or 0x2017DC) is known color: Medium Blue. HEX triplet: 20, 17 and DC. RGB value is (32,23,220). Sum of RGB (Red+Green+Blue) = 32+23+220=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 220 (86.33% from 255 or 80% from 275); Max value from RGB is 220 - color contains mainly: blue. Hex color #2017DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017DC is #DFE823. Grayscale: #2F2F2F. Windows color (decimal): -14673956 or 14423840. OLE color: 14423840.
HSL color Cylindrical-coordinate representation of color #2017DC: hue angle of 242.74º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2017DC is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 23 | 220 | - |
| CMYK | 0.85 | 0.90 | 0 | 0.14 |
| HSL | 242.74º | 0.81% | 0.48% | - |
| HSV(B) | 242.74º | 0.9% | 0.86% | - |
| XYZ | 13.82 | 6.09 | 68.16 | - |
| YUV | 48.15 | 224.98 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 220 | 0.85 | 0.90 | 0 | 0.14 | 242.74 | 0.81 | 0.48 |
| Hex | 20 | 17 | DC | 55 | 5A | 0 | E | F3 | 51 | 30 |
| Octal | 40 | 27 | 334 | 125 | 132 | 0 | 16 | 363 | 121 | 60 |
| Binary | 100000 | 10111 | 11011100 | 1010101 | 1011010 | 0 | 1110 | 11110011 | 1010001 | 110000 |
Color Harmonies of #2017DC
Complementary color
Monochromatic Colors of #2017DC
Black with #2017DC
Text Example
Text Example
White with #2017DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017DC; }
p { color: rgb(32,23,220); }
H1.HeaderClassName
{
color: #2017DC;
}
.AnyTagClassName
{
color: #2017DC;
}
</style>
background-color css
<style>
a { background-color: #2017DC; }
a { background-color: rgb(32,23,220); }
div.DivClassName
{
background-color: #2017DC;
}
.BgClassName
{
background-color: #2017DC;
}
</style>
border-color css
<style>
span { border-color: #2017DC; }
span { border-color: rgb(32,23,220); }
td.TdClassName
{
border-color: #2017DC;
}
.TagClassName
{
border-color: #2017DC;
}
</style>