Shades of Medium Blue #1708DF
Tints of Medium Blue #1708DF
RGB
CMYK
RGB Variations
Color information
#1708DF (or 0x1708DF) is known color: Medium Blue. HEX triplet: 17, 08 and DF. RGB value is (23,8,223). Sum of RGB (Red+Green+Blue) = 23+8+223=254 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.06% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 223 (87.5% from 255 or 87.80% from 254); Max value from RGB is 223 - color contains mainly: blue. Hex color #1708DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1708DF is #E8F720. Grayscale: #242424. Windows color (decimal): -15267617 or 14616599. OLE color: 14616599.
HSL color Cylindrical-coordinate representation of color #1708DF: hue angle of 244.19º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1708DF is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 8 | 223 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.13 |
| HSL | 244.19º | 0.93% | 0.45% | - |
| HSV(B) | 244.19º | 0.96% | 0.87% | - |
| XYZ | 13.76 | 5.68 | 70.18 | - |
| YUV | 37 | 232.97 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 223 | 0.90 | 0.96 | 0 | 0.13 | 244.19 | 0.93 | 0.45 |
| Hex | 17 | 8 | DF | 5A | 60 | 0 | D | F4 | 5D | 2D |
| Octal | 27 | 10 | 337 | 132 | 140 | 0 | 15 | 364 | 135 | 55 |
| Binary | 10111 | 1000 | 11011111 | 1011010 | 1100000 | 0 | 1101 | 11110100 | 1011101 | 101101 |
Color Harmonies of #1708DF
Complementary color
Monochromatic Colors of #1708DF
Black with #1708DF
Text Example
Text Example
White with #1708DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1708DF; }
p { color: rgb(23,8,223); }
H1.HeaderClassName
{
color: #1708DF;
}
.AnyTagClassName
{
color: #1708DF;
}
</style>
background-color css
<style>
a { background-color: #1708DF; }
a { background-color: rgb(23,8,223); }
div.DivClassName
{
background-color: #1708DF;
}
.BgClassName
{
background-color: #1708DF;
}
</style>
border-color css
<style>
span { border-color: #1708DF; }
span { border-color: rgb(23,8,223); }
td.TdClassName
{
border-color: #1708DF;
}
.TagClassName
{
border-color: #1708DF;
}
</style>