Shades of Medium Blue #1700B6
Tints of Medium Blue #1700B6
RGB
CMYK
RGB Variations
Color information
#1700B6 (or 0x1700B6) is known color: Medium Blue. HEX triplet: 17, 00 and B6. RGB value is (23,0,182). Sum of RGB (Red+Green+Blue) = 23+0+182=205 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.22% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 182 (71.48% from 255 or 88.78% from 205); Max value from RGB is 182 - color contains mainly: blue. Hex color #1700B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1700B6 is #E8FF49. Grayscale: #1A1A1A. Windows color (decimal): -15269706 or 11927575. OLE color: 11927575.
HSL color Cylindrical-coordinate representation of color #1700B6: hue angle of 247.58º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1700B6 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 23 | 0 | 182 | - |
| CMYK | 0.87 | 1 | 0 | 0.29 |
| HSL | 247.58º | 1% | 0.36% | - |
| HSV(B) | 247.58º | 1% | 0.71% | - |
| XYZ | 8.8 | 3.56 | 44.48 | - |
| YUV | 27.63 | 215.12 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 182 | 0.87 | 1 | 0 | 0.29 | 247.58 | 1 | 0.36 |
| Hex | 17 | 0 | B6 | 57 | 64 | 0 | 1D | F8 | 64 | 24 |
| Octal | 27 | 0 | 266 | 127 | 144 | 0 | 35 | 370 | 144 | 44 |
| Binary | 10111 | 0 | 10110110 | 1010111 | 1100100 | 0 | 11101 | 11111000 | 1100100 | 100100 |
Color Harmonies of #1700B6
Complementary color
Monochromatic Colors of #1700B6
Black with #1700B6
Text Example
Text Example
White with #1700B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1700B6; }
p { color: rgb(23,0,182); }
H1.HeaderClassName
{
color: #1700B6;
}
.AnyTagClassName
{
color: #1700B6;
}
</style>
background-color css
<style>
a { background-color: #1700B6; }
a { background-color: rgb(23,0,182); }
div.DivClassName
{
background-color: #1700B6;
}
.BgClassName
{
background-color: #1700B6;
}
</style>
border-color css
<style>
span { border-color: #1700B6; }
span { border-color: rgb(23,0,182); }
td.TdClassName
{
border-color: #1700B6;
}
.TagClassName
{
border-color: #1700B6;
}
</style>