Shades of Medium Blue #1711C2
Tints of Medium Blue #1711C2
RGB
CMYK
RGB Variations
Color information
#1711C2 (or 0x1711C2) is known color: Medium Blue. HEX triplet: 17, 11 and C2. RGB value is (23,17,194). Sum of RGB (Red+Green+Blue) = 23+17+194=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 194 (76.17% from 255 or 82.91% from 234); Max value from RGB is 194 - color contains mainly: blue. Hex color #1711C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1711C2 is #E8EE3D. Grayscale: #262626. Windows color (decimal): -15265342 or 12718359. OLE color: 12718359.
HSL color Cylindrical-coordinate representation of color #1711C2: hue angle of 242.03º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1711C2 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 17 | 194 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.24 |
| HSL | 242.03º | 0.84% | 0.41% | - |
| HSV(B) | 242.03º | 0.91% | 0.76% | - |
| XYZ | 10.29 | 4.48 | 51.36 | - |
| YUV | 38.97 | 215.49 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 17 | 194 | 0.88 | 0.91 | 0 | 0.24 | 242.03 | 0.84 | 0.41 |
| Hex | 17 | 11 | C2 | 58 | 5B | 0 | 18 | F2 | 54 | 29 |
| Octal | 27 | 21 | 302 | 130 | 133 | 0 | 30 | 362 | 124 | 51 |
| Binary | 10111 | 10001 | 11000010 | 1011000 | 1011011 | 0 | 11000 | 11110010 | 1010100 | 101001 |
Color Harmonies of #1711C2
Complementary color
Monochromatic Colors of #1711C2
Black with #1711C2
Text Example
Text Example
White with #1711C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1711C2; }
p { color: rgb(23,17,194); }
H1.HeaderClassName
{
color: #1711C2;
}
.AnyTagClassName
{
color: #1711C2;
}
</style>
background-color css
<style>
a { background-color: #1711C2; }
a { background-color: rgb(23,17,194); }
div.DivClassName
{
background-color: #1711C2;
}
.BgClassName
{
background-color: #1711C2;
}
</style>
border-color css
<style>
span { border-color: #1711C2; }
span { border-color: rgb(23,17,194); }
td.TdClassName
{
border-color: #1711C2;
}
.TagClassName
{
border-color: #1711C2;
}
</style>