Shades of Medium Blue #1700C2
Tints of Medium Blue #1700C2
RGB
CMYK
RGB Variations
Color information
#1700C2 (or 0x1700C2) is known color: Medium Blue. HEX triplet: 17, 00 and C2. RGB value is (23,0,194). Sum of RGB (Red+Green+Blue) = 23+0+194=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 194 (76.17% from 255 or 89.40% from 217); Max value from RGB is 194 - color contains mainly: blue. Hex color #1700C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1700C2 is #E8FF3D. Grayscale: #1C1C1C. Windows color (decimal): -15269694 or 12714007. OLE color: 12714007.
HSL color Cylindrical-coordinate representation of color #1700C2: hue angle of 247.11º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1700C2 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 0 | 194 | - |
| CMYK | 0.88 | 1 | 0 | 0.24 |
| HSL | 247.11º | 1% | 0.38% | - |
| HSV(B) | 247.11º | 1% | 0.76% | - |
| XYZ | 10.09 | 4.08 | 51.29 | - |
| YUV | 28.99 | 221.12 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 194 | 0.88 | 1 | 0 | 0.24 | 247.11 | 1 | 0.38 |
| Hex | 17 | 0 | C2 | 58 | 64 | 0 | 18 | F7 | 64 | 26 |
| Octal | 27 | 0 | 302 | 130 | 144 | 0 | 30 | 367 | 144 | 46 |
| Binary | 10111 | 0 | 11000010 | 1011000 | 1100100 | 0 | 11000 | 11110111 | 1100100 | 100110 |
Color Harmonies of #1700C2
Complementary color
Monochromatic Colors of #1700C2
Black with #1700C2
Text Example
Text Example
White with #1700C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1700C2; }
p { color: rgb(23,0,194); }
H1.HeaderClassName
{
color: #1700C2;
}
.AnyTagClassName
{
color: #1700C2;
}
</style>
background-color css
<style>
a { background-color: #1700C2; }
a { background-color: rgb(23,0,194); }
div.DivClassName
{
background-color: #1700C2;
}
.BgClassName
{
background-color: #1700C2;
}
</style>
border-color css
<style>
span { border-color: #1700C2; }
span { border-color: rgb(23,0,194); }
td.TdClassName
{
border-color: #1700C2;
}
.TagClassName
{
border-color: #1700C2;
}
</style>