Shades of Medium Blue #1700C7
Tints of Medium Blue #1700C7
RGB
CMYK
RGB Variations
Color information
#1700C7 (or 0x1700C7) is known color: Medium Blue. HEX triplet: 17, 00 and C7. RGB value is (23,0,199). Sum of RGB (Red+Green+Blue) = 23+0+199=222 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.36% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 199 (78.12% from 255 or 89.64% from 222); Max value from RGB is 199 - color contains mainly: blue. Hex color #1700C7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1700C7 is #E8FF38. Grayscale: #1C1C1C. Windows color (decimal): -15269689 or 13041687. OLE color: 13041687.
HSL color Cylindrical-coordinate representation of color #1700C7: hue angle of 246.93º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1700C7 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 23 | 0 | 199 | - |
| CMYK | 0.88 | 1 | 0 | 0.22 |
| HSL | 246.93º | 1% | 0.39% | - |
| HSV(B) | 246.93º | 1% | 0.78% | - |
| XYZ | 10.66 | 4.31 | 54.3 | - |
| YUV | 29.56 | 223.62 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 199 | 0.88 | 1 | 0 | 0.22 | 246.93 | 1 | 0.39 |
| Hex | 17 | 0 | C7 | 58 | 64 | 0 | 16 | F7 | 64 | 27 |
| Octal | 27 | 0 | 307 | 130 | 144 | 0 | 26 | 367 | 144 | 47 |
| Binary | 10111 | 0 | 11000111 | 1011000 | 1100100 | 0 | 10110 | 11110111 | 1100100 | 100111 |
Color Harmonies of #1700C7
Complementary color
Monochromatic Colors of #1700C7
Black with #1700C7
Text Example
Text Example
White with #1700C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1700C7; }
p { color: rgb(23,0,199); }
H1.HeaderClassName
{
color: #1700C7;
}
.AnyTagClassName
{
color: #1700C7;
}
</style>
background-color css
<style>
a { background-color: #1700C7; }
a { background-color: rgb(23,0,199); }
div.DivClassName
{
background-color: #1700C7;
}
.BgClassName
{
background-color: #1700C7;
}
</style>
border-color css
<style>
span { border-color: #1700C7; }
span { border-color: rgb(23,0,199); }
td.TdClassName
{
border-color: #1700C7;
}
.TagClassName
{
border-color: #1700C7;
}
</style>