Shades of Medium Blue #1706DA
Tints of Medium Blue #1706DA
RGB
CMYK
RGB Variations
Color information
#1706DA (or 0x1706DA) is known color: Medium Blue. HEX triplet: 17, 06 and DA. RGB value is (23,6,218). Sum of RGB (Red+Green+Blue) = 23+6+218=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 218 (85.55% from 255 or 88.26% from 247); Max value from RGB is 218 - color contains mainly: blue. Hex color #1706DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1706DA is #E8F925. Grayscale: #222222. Windows color (decimal): -15268134 or 14288407. OLE color: 14288407.
HSL color Cylindrical-coordinate representation of color #1706DA: hue angle of 244.81º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1706DA is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 6 | 218 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.15 |
| HSL | 244.81º | 0.95% | 0.44% | - |
| HSV(B) | 244.81º | 0.97% | 0.85% | - |
| XYZ | 13.07 | 5.37 | 66.68 | - |
| YUV | 35.25 | 231.13 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 6 | 218 | 0.89 | 0.97 | 0 | 0.15 | 244.81 | 0.95 | 0.44 |
| Hex | 17 | 6 | DA | 59 | 61 | 0 | F | F5 | 5F | 2C |
| Octal | 27 | 6 | 332 | 131 | 141 | 0 | 17 | 365 | 137 | 54 |
| Binary | 10111 | 110 | 11011010 | 1011001 | 1100001 | 0 | 1111 | 11110101 | 1011111 | 101100 |
Color Harmonies of #1706DA
Complementary color
Monochromatic Colors of #1706DA
Black with #1706DA
Text Example
Text Example
White with #1706DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1706DA; }
p { color: rgb(23,6,218); }
H1.HeaderClassName
{
color: #1706DA;
}
.AnyTagClassName
{
color: #1706DA;
}
</style>
background-color css
<style>
a { background-color: #1706DA; }
a { background-color: rgb(23,6,218); }
div.DivClassName
{
background-color: #1706DA;
}
.BgClassName
{
background-color: #1706DA;
}
</style>
border-color css
<style>
span { border-color: #1706DA; }
span { border-color: rgb(23,6,218); }
td.TdClassName
{
border-color: #1706DA;
}
.TagClassName
{
border-color: #1706DA;
}
</style>