Shades of Medium Blue #2017CB
Tints of Medium Blue #2017CB
RGB
CMYK
RGB Variations
Color information
#2017CB (or 0x2017CB) is known color: Medium Blue. HEX triplet: 20, 17 and CB. RGB value is (32,23,203). Sum of RGB (Red+Green+Blue) = 32+23+203=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 203 (79.69% from 255 or 78.68% from 258); Max value from RGB is 203 - color contains mainly: blue. Hex color #2017CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2017CB is #DFE834. Grayscale: #2D2D2D. Windows color (decimal): -14673973 or 13309728. OLE color: 13309728.
HSL color Cylindrical-coordinate representation of color #2017CB: hue angle of 243º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2017CB is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 23 | 203 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.20 |
| HSL | 243º | 0.8% | 0.44% | - |
| HSV(B) | 243º | 0.89% | 0.8% | - |
| XYZ | 11.68 | 5.23 | 56.89 | - |
| YUV | 46.21 | 216.48 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 203 | 0.84 | 0.89 | 0 | 0.20 | 243 | 0.8 | 0.44 |
| Hex | 20 | 17 | CB | 54 | 59 | 0 | 14 | F3 | 50 | 2C |
| Octal | 40 | 27 | 313 | 124 | 131 | 0 | 24 | 363 | 120 | 54 |
| Binary | 100000 | 10111 | 11001011 | 1010100 | 1011001 | 0 | 10100 | 11110011 | 1010000 | 101100 |
Color Harmonies of #2017CB
Complementary color
Monochromatic Colors of #2017CB
Black with #2017CB
Text Example
Text Example
White with #2017CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2017CB; }
p { color: rgb(32,23,203); }
H1.HeaderClassName
{
color: #2017CB;
}
.AnyTagClassName
{
color: #2017CB;
}
</style>
background-color css
<style>
a { background-color: #2017CB; }
a { background-color: rgb(32,23,203); }
div.DivClassName
{
background-color: #2017CB;
}
.BgClassName
{
background-color: #2017CB;
}
</style>
border-color css
<style>
span { border-color: #2017CB; }
span { border-color: rgb(32,23,203); }
td.TdClassName
{
border-color: #2017CB;
}
.TagClassName
{
border-color: #2017CB;
}
</style>