Shades of Medium Blue #1708BC
Tints of Medium Blue #1708BC
RGB
CMYK
RGB Variations
Color information
#1708BC (or 0x1708BC) is known color: Medium Blue. HEX triplet: 17, 08 and BC. RGB value is (23,8,188). Sum of RGB (Red+Green+Blue) = 23+8+188=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 188 (73.83% from 255 or 85.84% from 219); Max value from RGB is 188 - color contains mainly: blue. Hex color #1708BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1708BC is #E8F743. Grayscale: #202020. Windows color (decimal): -15267652 or 12322839. OLE color: 12322839.
HSL color Cylindrical-coordinate representation of color #1708BC: hue angle of 245º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1708BC is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 8 | 188 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.26 |
| HSL | 245º | 0.92% | 0.38% | - |
| HSV(B) | 245º | 0.96% | 0.74% | - |
| XYZ | 9.52 | 3.99 | 47.84 | - |
| YUV | 33.01 | 215.47 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 188 | 0.88 | 0.96 | 0 | 0.26 | 245 | 0.92 | 0.38 |
| Hex | 17 | 8 | BC | 58 | 60 | 0 | 1A | F5 | 5C | 26 |
| Octal | 27 | 10 | 274 | 130 | 140 | 0 | 32 | 365 | 134 | 46 |
| Binary | 10111 | 1000 | 10111100 | 1011000 | 1100000 | 0 | 11010 | 11110101 | 1011100 | 100110 |
Color Harmonies of #1708BC
Complementary color
Monochromatic Colors of #1708BC
Black with #1708BC
Text Example
Text Example
White with #1708BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1708BC; }
p { color: rgb(23,8,188); }
H1.HeaderClassName
{
color: #1708BC;
}
.AnyTagClassName
{
color: #1708BC;
}
</style>
background-color css
<style>
a { background-color: #1708BC; }
a { background-color: rgb(23,8,188); }
div.DivClassName
{
background-color: #1708BC;
}
.BgClassName
{
background-color: #1708BC;
}
</style>
border-color css
<style>
span { border-color: #1708BC; }
span { border-color: rgb(23,8,188); }
td.TdClassName
{
border-color: #1708BC;
}
.TagClassName
{
border-color: #1708BC;
}
</style>