Shades of Medium Blue #1708CF
Tints of Medium Blue #1708CF
RGB
CMYK
RGB Variations
Color information
#1708CF (or 0x1708CF) is known color: Medium Blue. HEX triplet: 17, 08 and CF. RGB value is (23,8,207). Sum of RGB (Red+Green+Blue) = 23+8+207=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 207 (81.25% from 255 or 86.97% from 238); Max value from RGB is 207 - color contains mainly: blue. Hex color #1708CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1708CF is #E8F730. Grayscale: #222222. Windows color (decimal): -15267633 or 13568023. OLE color: 13568023.
HSL color Cylindrical-coordinate representation of color #1708CF: hue angle of 244.52º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1708CF is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 8 | 207 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.19 |
| HSL | 244.52º | 0.93% | 0.42% | - |
| HSV(B) | 244.52º | 0.96% | 0.81% | - |
| XYZ | 11.7 | 4.86 | 59.35 | - |
| YUV | 35.17 | 224.97 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 207 | 0.89 | 0.96 | 0 | 0.19 | 244.52 | 0.93 | 0.42 |
| Hex | 17 | 8 | CF | 59 | 60 | 0 | 13 | F5 | 5D | 2A |
| Octal | 27 | 10 | 317 | 131 | 140 | 0 | 23 | 365 | 135 | 52 |
| Binary | 10111 | 1000 | 11001111 | 1011001 | 1100000 | 0 | 10011 | 11110101 | 1011101 | 101010 |
Color Harmonies of #1708CF
Complementary color
Monochromatic Colors of #1708CF
Black with #1708CF
Text Example
Text Example
White with #1708CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1708CF; }
p { color: rgb(23,8,207); }
H1.HeaderClassName
{
color: #1708CF;
}
.AnyTagClassName
{
color: #1708CF;
}
</style>
background-color css
<style>
a { background-color: #1708CF; }
a { background-color: rgb(23,8,207); }
div.DivClassName
{
background-color: #1708CF;
}
.BgClassName
{
background-color: #1708CF;
}
</style>
border-color css
<style>
span { border-color: #1708CF; }
span { border-color: rgb(23,8,207); }
td.TdClassName
{
border-color: #1708CF;
}
.TagClassName
{
border-color: #1708CF;
}
</style>