Shades of Medium Blue #1708DD
Tints of Medium Blue #1708DD
RGB
CMYK
RGB Variations
Color information
#1708DD (or 0x1708DD) is known color: Medium Blue. HEX triplet: 17, 08 and DD. RGB value is (23,8,221). Sum of RGB (Red+Green+Blue) = 23+8+221=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 221 (86.72% from 255 or 87.70% from 252); Max value from RGB is 221 - color contains mainly: blue. Hex color #1708DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1708DD is #E8F722. Grayscale: #232323. Windows color (decimal): -15267619 or 14485527. OLE color: 14485527.
HSL color Cylindrical-coordinate representation of color #1708DD: hue angle of 244.23º 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 #1708DD is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 8 | 221 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.13 |
| HSL | 244.23º | 0.93% | 0.45% | - |
| HSV(B) | 244.23º | 0.96% | 0.87% | - |
| XYZ | 13.49 | 5.58 | 68.77 | - |
| YUV | 36.77 | 231.97 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 221 | 0.90 | 0.96 | 0 | 0.13 | 244.23 | 0.93 | 0.45 |
| Hex | 17 | 8 | DD | 5A | 60 | 0 | D | F4 | 5D | 2D |
| Octal | 27 | 10 | 335 | 132 | 140 | 0 | 15 | 364 | 135 | 55 |
| Binary | 10111 | 1000 | 11011101 | 1011010 | 1100000 | 0 | 1101 | 11110100 | 1011101 | 101101 |
Color Harmonies of #1708DD
Complementary color
Monochromatic Colors of #1708DD
Black with #1708DD
Text Example
Text Example
White with #1708DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1708DD; }
p { color: rgb(23,8,221); }
H1.HeaderClassName
{
color: #1708DD;
}
.AnyTagClassName
{
color: #1708DD;
}
</style>
background-color css
<style>
a { background-color: #1708DD; }
a { background-color: rgb(23,8,221); }
div.DivClassName
{
background-color: #1708DD;
}
.BgClassName
{
background-color: #1708DD;
}
</style>
border-color css
<style>
span { border-color: #1708DD; }
span { border-color: rgb(23,8,221); }
td.TdClassName
{
border-color: #1708DD;
}
.TagClassName
{
border-color: #1708DD;
}
</style>