Shades of Medium Blue #1711CF
Tints of Medium Blue #1711CF
RGB
CMYK
RGB Variations
Color information
#1711CF (or 0x1711CF) is known color: Medium Blue. HEX triplet: 17, 11 and CF. RGB value is (23,17,207). Sum of RGB (Red+Green+Blue) = 23+17+207=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 207 (81.25% from 255 or 83.81% from 247); Max value from RGB is 207 - color contains mainly: blue. Hex color #1711CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1711CF is #E8EE30. Grayscale: #272727. Windows color (decimal): -15265329 or 13570327. OLE color: 13570327.
HSL color Cylindrical-coordinate representation of color #1711CF: hue angle of 241.89º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1711CF is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 17 | 207 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.19 |
| HSL | 241.89º | 0.85% | 0.44% | - |
| HSV(B) | 241.89º | 0.92% | 0.81% | - |
| XYZ | 11.82 | 5.09 | 59.39 | - |
| YUV | 40.45 | 221.99 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 17 | 207 | 0.89 | 0.92 | 0 | 0.19 | 241.89 | 0.85 | 0.44 |
| Hex | 17 | 11 | CF | 59 | 5C | 0 | 13 | F2 | 55 | 2C |
| Octal | 27 | 21 | 317 | 131 | 134 | 0 | 23 | 362 | 125 | 54 |
| Binary | 10111 | 10001 | 11001111 | 1011001 | 1011100 | 0 | 10011 | 11110010 | 1010101 | 101100 |
Color Harmonies of #1711CF
Complementary color
Monochromatic Colors of #1711CF
Black with #1711CF
Text Example
Text Example
White with #1711CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1711CF; }
p { color: rgb(23,17,207); }
H1.HeaderClassName
{
color: #1711CF;
}
.AnyTagClassName
{
color: #1711CF;
}
</style>
background-color css
<style>
a { background-color: #1711CF; }
a { background-color: rgb(23,17,207); }
div.DivClassName
{
background-color: #1711CF;
}
.BgClassName
{
background-color: #1711CF;
}
</style>
border-color css
<style>
span { border-color: #1711CF; }
span { border-color: rgb(23,17,207); }
td.TdClassName
{
border-color: #1711CF;
}
.TagClassName
{
border-color: #1711CF;
}
</style>