Shades of Medium Blue #1713DD
Tints of Medium Blue #1713DD
RGB
CMYK
RGB Variations
Color information
#1713DD (or 0x1713DD) is known color: Medium Blue. HEX triplet: 17, 13 and DD. RGB value is (23,19,221). Sum of RGB (Red+Green+Blue) = 23+19+221=263 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.75% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 221 (86.72% from 255 or 84.03% from 263); Max value from RGB is 221 - color contains mainly: blue. Hex color #1713DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1713DD is #E8EC22. Grayscale: #2A2A2A. Windows color (decimal): -15264803 or 14488343. OLE color: 14488343.
HSL color Cylindrical-coordinate representation of color #1713DD: hue angle of 241.19º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1713DD is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 19 | 221 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.13 |
| HSL | 241.19º | 0.84% | 0.47% | - |
| HSV(B) | 241.19º | 0.91% | 0.87% | - |
| XYZ | 13.64 | 5.87 | 68.82 | - |
| YUV | 43.22 | 228.33 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 221 | 0.90 | 0.91 | 0 | 0.13 | 241.19 | 0.84 | 0.47 |
| Hex | 17 | 13 | DD | 5A | 5B | 0 | D | F1 | 54 | 2F |
| Octal | 27 | 23 | 335 | 132 | 133 | 0 | 15 | 361 | 124 | 57 |
| Binary | 10111 | 10011 | 11011101 | 1011010 | 1011011 | 0 | 1101 | 11110001 | 1010100 | 101111 |
Color Harmonies of #1713DD
Complementary color
Monochromatic Colors of #1713DD
Black with #1713DD
Text Example
Text Example
White with #1713DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1713DD; }
p { color: rgb(23,19,221); }
H1.HeaderClassName
{
color: #1713DD;
}
.AnyTagClassName
{
color: #1713DD;
}
</style>
background-color css
<style>
a { background-color: #1713DD; }
a { background-color: rgb(23,19,221); }
div.DivClassName
{
background-color: #1713DD;
}
.BgClassName
{
background-color: #1713DD;
}
</style>
border-color css
<style>
span { border-color: #1713DD; }
span { border-color: rgb(23,19,221); }
td.TdClassName
{
border-color: #1713DD;
}
.TagClassName
{
border-color: #1713DD;
}
</style>