Shades of Medium Blue #1710BF
Tints of Medium Blue #1710BF
RGB
CMYK
RGB Variations
Color information
#1710BF (or 0x1710BF) is known color: Medium Blue. HEX triplet: 17, 10 and BF. RGB value is (23,16,191). Sum of RGB (Red+Green+Blue) = 23+16+191=230 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 191 (75% from 255 or 83.04% from 230); Max value from RGB is 191 - color contains mainly: blue. Hex color #1710BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1710BF is #E8EF40. Grayscale: #252525. Windows color (decimal): -15265601 or 12521495. OLE color: 12521495.
HSL color Cylindrical-coordinate representation of color #1710BF: hue angle of 242.4º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1710BF is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 16 | 191 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.25 |
| HSL | 242.4º | 0.85% | 0.41% | - |
| HSV(B) | 242.4º | 0.92% | 0.75% | - |
| XYZ | 9.94 | 4.31 | 49.6 | - |
| YUV | 38.04 | 214.32 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 16 | 191 | 0.88 | 0.92 | 0 | 0.25 | 242.4 | 0.85 | 0.41 |
| Hex | 17 | 10 | BF | 58 | 5C | 0 | 19 | F2 | 55 | 29 |
| Octal | 27 | 20 | 277 | 130 | 134 | 0 | 31 | 362 | 125 | 51 |
| Binary | 10111 | 10000 | 10111111 | 1011000 | 1011100 | 0 | 11001 | 11110010 | 1010101 | 101001 |
Color Harmonies of #1710BF
Complementary color
Monochromatic Colors of #1710BF
Black with #1710BF
Text Example
Text Example
White with #1710BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1710BF; }
p { color: rgb(23,16,191); }
H1.HeaderClassName
{
color: #1710BF;
}
.AnyTagClassName
{
color: #1710BF;
}
</style>
background-color css
<style>
a { background-color: #1710BF; }
a { background-color: rgb(23,16,191); }
div.DivClassName
{
background-color: #1710BF;
}
.BgClassName
{
background-color: #1710BF;
}
</style>
border-color css
<style>
span { border-color: #1710BF; }
span { border-color: rgb(23,16,191); }
td.TdClassName
{
border-color: #1710BF;
}
.TagClassName
{
border-color: #1710BF;
}
</style>