Shades of Medium Blue #1706DF
Tints of Medium Blue #1706DF
RGB
CMYK
RGB Variations
Color information
#1706DF (or 0x1706DF) is known color: Medium Blue. HEX triplet: 17, 06 and DF. RGB value is (23,6,223). Sum of RGB (Red+Green+Blue) = 23+6+223=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 223 (87.5% from 255 or 88.49% from 252); Max value from RGB is 223 - color contains mainly: blue. Hex color #1706DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1706DF is #E8F920. Grayscale: #222222. Windows color (decimal): -15268129 or 14616087. OLE color: 14616087.
HSL color Cylindrical-coordinate representation of color #1706DF: hue angle of 244.7º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1706DF is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 6 | 223 | - |
| CMYK | 0.90 | 0.97 | 0 | 0.13 |
| HSL | 244.7º | 0.95% | 0.45% | - |
| HSV(B) | 244.7º | 0.97% | 0.87% | - |
| XYZ | 13.74 | 5.64 | 70.18 | - |
| YUV | 35.82 | 233.63 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 6 | 223 | 0.90 | 0.97 | 0 | 0.13 | 244.7 | 0.95 | 0.45 |
| Hex | 17 | 6 | DF | 5A | 61 | 0 | D | F5 | 5F | 2D |
| Octal | 27 | 6 | 337 | 132 | 141 | 0 | 15 | 365 | 137 | 55 |
| Binary | 10111 | 110 | 11011111 | 1011010 | 1100001 | 0 | 1101 | 11110101 | 1011111 | 101101 |
Color Harmonies of #1706DF
Complementary color
Monochromatic Colors of #1706DF
Black with #1706DF
Text Example
Text Example
White with #1706DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1706DF; }
p { color: rgb(23,6,223); }
H1.HeaderClassName
{
color: #1706DF;
}
.AnyTagClassName
{
color: #1706DF;
}
</style>
background-color css
<style>
a { background-color: #1706DF; }
a { background-color: rgb(23,6,223); }
div.DivClassName
{
background-color: #1706DF;
}
.BgClassName
{
background-color: #1706DF;
}
</style>
border-color css
<style>
span { border-color: #1706DF; }
span { border-color: rgb(23,6,223); }
td.TdClassName
{
border-color: #1706DF;
}
.TagClassName
{
border-color: #1706DF;
}
</style>