Shades of Medium Blue #2017D2
Tints of Medium Blue #2017D2
RGB
CMYK
RGB Variations
Color information
#2017D2 (or 0x2017D2) is known color: Medium Blue. HEX triplet: 20, 17 and D2. RGB value is (32,23,210). Sum of RGB (Red+Green+Blue) = 32+23+210=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 210 (82.42% from 255 or 79.25% from 265); Max value from RGB is 210 - color contains mainly: blue. Hex color #2017D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017D2 is #DFE82D. Grayscale: #2E2E2E. Windows color (decimal): -14673966 or 13768480. OLE color: 13768480.
HSL color Cylindrical-coordinate representation of color #2017D2: hue angle of 242.89º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2017D2 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 23 | 210 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.18 |
| HSL | 242.89º | 0.8% | 0.46% | - |
| HSV(B) | 242.89º | 0.89% | 0.82% | - |
| XYZ | 12.53 | 5.57 | 61.39 | - |
| YUV | 47.01 | 219.98 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 210 | 0.85 | 0.89 | 0 | 0.18 | 242.89 | 0.8 | 0.46 |
| Hex | 20 | 17 | D2 | 55 | 59 | 0 | 12 | F3 | 50 | 2E |
| Octal | 40 | 27 | 322 | 125 | 131 | 0 | 22 | 363 | 120 | 56 |
| Binary | 100000 | 10111 | 11010010 | 1010101 | 1011001 | 0 | 10010 | 11110011 | 1010000 | 101110 |
Color Harmonies of #2017D2
Complementary color
Monochromatic Colors of #2017D2
Black with #2017D2
Text Example
Text Example
White with #2017D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017D2; }
p { color: rgb(32,23,210); }
H1.HeaderClassName
{
color: #2017D2;
}
.AnyTagClassName
{
color: #2017D2;
}
</style>
background-color css
<style>
a { background-color: #2017D2; }
a { background-color: rgb(32,23,210); }
div.DivClassName
{
background-color: #2017D2;
}
.BgClassName
{
background-color: #2017D2;
}
</style>
border-color css
<style>
span { border-color: #2017D2; }
span { border-color: rgb(32,23,210); }
td.TdClassName
{
border-color: #2017D2;
}
.TagClassName
{
border-color: #2017D2;
}
</style>