Shades of Medium Blue #2017DA
Tints of Medium Blue #2017DA
RGB
CMYK
RGB Variations
Color information
#2017DA (or 0x2017DA) is known color: Medium Blue. HEX triplet: 20, 17 and DA. RGB value is (32,23,218). Sum of RGB (Red+Green+Blue) = 32+23+218=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 218 (85.55% from 255 or 79.85% from 273); Max value from RGB is 218 - color contains mainly: blue. Hex color #2017DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017DA is #DFE825. Grayscale: #2F2F2F. Windows color (decimal): -14673958 or 14292768. OLE color: 14292768.
HSL color Cylindrical-coordinate representation of color #2017DA: hue angle of 242.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2017DA is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 23 | 218 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.15 |
| HSL | 242.77º | 0.81% | 0.47% | - |
| HSV(B) | 242.77º | 0.89% | 0.85% | - |
| XYZ | 13.56 | 5.98 | 66.77 | - |
| YUV | 47.92 | 223.98 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 218 | 0.85 | 0.89 | 0 | 0.15 | 242.77 | 0.81 | 0.47 |
| Hex | 20 | 17 | DA | 55 | 59 | 0 | F | F3 | 51 | 2F |
| Octal | 40 | 27 | 332 | 125 | 131 | 0 | 17 | 363 | 121 | 57 |
| Binary | 100000 | 10111 | 11011010 | 1010101 | 1011001 | 0 | 1111 | 11110011 | 1010001 | 101111 |
Color Harmonies of #2017DA
Complementary color
Monochromatic Colors of #2017DA
Black with #2017DA
Text Example
Text Example
White with #2017DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017DA; }
p { color: rgb(32,23,218); }
H1.HeaderClassName
{
color: #2017DA;
}
.AnyTagClassName
{
color: #2017DA;
}
</style>
background-color css
<style>
a { background-color: #2017DA; }
a { background-color: rgb(32,23,218); }
div.DivClassName
{
background-color: #2017DA;
}
.BgClassName
{
background-color: #2017DA;
}
</style>
border-color css
<style>
span { border-color: #2017DA; }
span { border-color: rgb(32,23,218); }
td.TdClassName
{
border-color: #2017DA;
}
.TagClassName
{
border-color: #2017DA;
}
</style>