Shades of Medium Blue #2017E1
Tints of Medium Blue #2017E1
RGB
CMYK
RGB Variations
Color information
#2017E1 (or 0x2017E1) is known color: Medium Blue. HEX triplet: 20, 17 and E1. RGB value is (32,23,225). Sum of RGB (Red+Green+Blue) = 32+23+225=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 225 (88.28% from 255 or 80.36% from 280); Max value from RGB is 225 - color contains mainly: blue. Hex color #2017E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017E1 is #DFE81E. Grayscale: #2F2F2F. Windows color (decimal): -14673951 or 14751520. OLE color: 14751520.
HSL color Cylindrical-coordinate representation of color #2017E1: hue angle of 242.67º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2017E1 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 23 | 225 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.12 |
| HSL | 242.67º | 0.81% | 0.49% | - |
| HSV(B) | 242.67º | 0.9% | 0.88% | - |
| XYZ | 14.49 | 6.36 | 71.7 | - |
| YUV | 48.72 | 227.48 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 225 | 0.86 | 0.90 | 0 | 0.12 | 242.67 | 0.81 | 0.49 |
| Hex | 20 | 17 | E1 | 56 | 5A | 0 | C | F3 | 51 | 31 |
| Octal | 40 | 27 | 341 | 126 | 132 | 0 | 14 | 363 | 121 | 61 |
| Binary | 100000 | 10111 | 11100001 | 1010110 | 1011010 | 0 | 1100 | 11110011 | 1010001 | 110001 |
Color Harmonies of #2017E1
Complementary color
Monochromatic Colors of #2017E1
Black with #2017E1
Text Example
Text Example
White with #2017E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017E1; }
p { color: rgb(32,23,225); }
H1.HeaderClassName
{
color: #2017E1;
}
.AnyTagClassName
{
color: #2017E1;
}
</style>
background-color css
<style>
a { background-color: #2017E1; }
a { background-color: rgb(32,23,225); }
div.DivClassName
{
background-color: #2017E1;
}
.BgClassName
{
background-color: #2017E1;
}
</style>
border-color css
<style>
span { border-color: #2017E1; }
span { border-color: rgb(32,23,225); }
td.TdClassName
{
border-color: #2017E1;
}
.TagClassName
{
border-color: #2017E1;
}
</style>