Shades of Medium Blue #1700BC
Tints of Medium Blue #1700BC
RGB
CMYK
RGB Variations
Color information
#1700BC (or 0x1700BC) is known color: Medium Blue. HEX triplet: 17, 00 and BC. RGB value is (23,0,188). Sum of RGB (Red+Green+Blue) = 23+0+188=211 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.90% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 188 (73.83% from 255 or 89.10% from 211); Max value from RGB is 188 - color contains mainly: blue. Hex color #1700BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1700BC is #E8FF43. Grayscale: #1B1B1B. Windows color (decimal): -15269700 or 12320791. OLE color: 12320791.
HSL color Cylindrical-coordinate representation of color #1700BC: hue angle of 247.34º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1700BC is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 0 | 188 | - |
| CMYK | 0.88 | 1 | 0 | 0.26 |
| HSL | 247.34º | 1% | 0.37% | - |
| HSV(B) | 247.34º | 1% | 0.74% | - |
| XYZ | 9.43 | 3.81 | 47.82 | - |
| YUV | 28.31 | 218.12 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 188 | 0.88 | 1 | 0 | 0.26 | 247.34 | 1 | 0.37 |
| Hex | 17 | 0 | BC | 58 | 64 | 0 | 1A | F7 | 64 | 25 |
| Octal | 27 | 0 | 274 | 130 | 144 | 0 | 32 | 367 | 144 | 45 |
| Binary | 10111 | 0 | 10111100 | 1011000 | 1100100 | 0 | 11010 | 11110111 | 1100100 | 100101 |
Color Harmonies of #1700BC
Complementary color
Monochromatic Colors of #1700BC
Black with #1700BC
Text Example
Text Example
White with #1700BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1700BC; }
p { color: rgb(23,0,188); }
H1.HeaderClassName
{
color: #1700BC;
}
.AnyTagClassName
{
color: #1700BC;
}
</style>
background-color css
<style>
a { background-color: #1700BC; }
a { background-color: rgb(23,0,188); }
div.DivClassName
{
background-color: #1700BC;
}
.BgClassName
{
background-color: #1700BC;
}
</style>
border-color css
<style>
span { border-color: #1700BC; }
span { border-color: rgb(23,0,188); }
td.TdClassName
{
border-color: #1700BC;
}
.TagClassName
{
border-color: #1700BC;
}
</style>