Shades of Medium Blue #1701B7
Tints of Medium Blue #1701B7
RGB
CMYK
RGB Variations
Color information
#1701B7 (or 0x1701B7) is known color: Medium Blue. HEX triplet: 17, 01 and B7. RGB value is (23,1,183). Sum of RGB (Red+Green+Blue) = 23+1+183=207 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.11% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 183 (71.88% from 255 or 88.41% from 207); Max value from RGB is 183 - color contains mainly: blue. Hex color #1701B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1701B7 is #E8FE48. Grayscale: #1B1B1B. Windows color (decimal): -15269449 or 11993367. OLE color: 11993367.
HSL color Cylindrical-coordinate representation of color #1701B7: hue angle of 247.25º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1701B7 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 23 | 1 | 183 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.28 |
| HSL | 247.25º | 0.99% | 0.36% | - |
| HSV(B) | 247.25º | 0.99% | 0.72% | - |
| XYZ | 8.91 | 3.62 | 45.03 | - |
| YUV | 28.33 | 215.29 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 183 | 0.87 | 0.99 | 0 | 0.28 | 247.25 | 0.99 | 0.36 |
| Hex | 17 | 1 | B7 | 57 | 63 | 0 | 1C | F7 | 63 | 24 |
| Octal | 27 | 1 | 267 | 127 | 143 | 0 | 34 | 367 | 143 | 44 |
| Binary | 10111 | 1 | 10110111 | 1010111 | 1100011 | 0 | 11100 | 11110111 | 1100011 | 100100 |
Color Harmonies of #1701B7
Complementary color
Monochromatic Colors of #1701B7
Black with #1701B7
Text Example
Text Example
White with #1701B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1701B7; }
p { color: rgb(23,1,183); }
H1.HeaderClassName
{
color: #1701B7;
}
.AnyTagClassName
{
color: #1701B7;
}
</style>
background-color css
<style>
a { background-color: #1701B7; }
a { background-color: rgb(23,1,183); }
div.DivClassName
{
background-color: #1701B7;
}
.BgClassName
{
background-color: #1701B7;
}
</style>
border-color css
<style>
span { border-color: #1701B7; }
span { border-color: rgb(23,1,183); }
td.TdClassName
{
border-color: #1701B7;
}
.TagClassName
{
border-color: #1701B7;
}
</style>