Shades of Medium Blue #2017CF
Tints of Medium Blue #2017CF
RGB
CMYK
RGB Variations
Color information
#2017CF (or 0x2017CF) is known color: Medium Blue. HEX triplet: 20, 17 and CF. RGB value is (32,23,207). Sum of RGB (Red+Green+Blue) = 32+23+207=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 207 (81.25% from 255 or 79.01% from 262); Max value from RGB is 207 - color contains mainly: blue. Hex color #2017CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017CF is #DFE830. Grayscale: #2D2D2D. Windows color (decimal): -14673969 or 13571872. OLE color: 13571872.
HSL color Cylindrical-coordinate representation of color #2017CF: hue angle of 242.93º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2017CF is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 23 | 207 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.19 |
| HSL | 242.93º | 0.8% | 0.45% | - |
| HSV(B) | 242.93º | 0.89% | 0.81% | - |
| XYZ | 12.16 | 5.42 | 59.44 | - |
| YUV | 46.67 | 218.48 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 207 | 0.85 | 0.89 | 0 | 0.19 | 242.93 | 0.8 | 0.45 |
| Hex | 20 | 17 | CF | 55 | 59 | 0 | 13 | F3 | 50 | 2D |
| Octal | 40 | 27 | 317 | 125 | 131 | 0 | 23 | 363 | 120 | 55 |
| Binary | 100000 | 10111 | 11001111 | 1010101 | 1011001 | 0 | 10011 | 11110011 | 1010000 | 101101 |
Color Harmonies of #2017CF
Complementary color
Monochromatic Colors of #2017CF
Black with #2017CF
Text Example
Text Example
White with #2017CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017CF; }
p { color: rgb(32,23,207); }
H1.HeaderClassName
{
color: #2017CF;
}
.AnyTagClassName
{
color: #2017CF;
}
</style>
background-color css
<style>
a { background-color: #2017CF; }
a { background-color: rgb(32,23,207); }
div.DivClassName
{
background-color: #2017CF;
}
.BgClassName
{
background-color: #2017CF;
}
</style>
border-color css
<style>
span { border-color: #2017CF; }
span { border-color: rgb(32,23,207); }
td.TdClassName
{
border-color: #2017CF;
}
.TagClassName
{
border-color: #2017CF;
}
</style>