Shades of Medium Blue #1317DC
Tints of Medium Blue #1317DC
RGB
CMYK
RGB Variations
Color information
#1317DC (or 0x1317DC) is known color: Medium Blue. HEX triplet: 13, 17 and DC. RGB value is (19,23,220). Sum of RGB (Red+Green+Blue) = 19+23+220=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 220 (86.33% from 255 or 83.97% from 262); Max value from RGB is 220 - color contains mainly: blue. Hex color #1317DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1317DC is #ECE823. Grayscale: #2B2B2B. Windows color (decimal): -15525924 or 14423827. OLE color: 14423827.
HSL color Cylindrical-coordinate representation of color #1317DC: hue angle of 238.81º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1317DC is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 23 | 220 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.14 |
| HSL | 238.81º | 0.84% | 0.47% | - |
| HSV(B) | 238.81º | 0.91% | 0.86% | - |
| XYZ | 13.49 | 5.92 | 68.14 | - |
| YUV | 44.26 | 227.17 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 220 | 0.91 | 0.90 | 0 | 0.14 | 238.81 | 0.84 | 0.47 |
| Hex | 13 | 17 | DC | 5B | 5A | 0 | E | EF | 54 | 2F |
| Octal | 23 | 27 | 334 | 133 | 132 | 0 | 16 | 357 | 124 | 57 |
| Binary | 10011 | 10111 | 11011100 | 1011011 | 1011010 | 0 | 1110 | 11101111 | 1010100 | 101111 |
Color Harmonies of #1317DC
Complementary color
Monochromatic Colors of #1317DC
Black with #1317DC
Text Example
Text Example
White with #1317DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1317DC; }
p { color: rgb(19,23,220); }
H1.HeaderClassName
{
color: #1317DC;
}
.AnyTagClassName
{
color: #1317DC;
}
</style>
background-color css
<style>
a { background-color: #1317DC; }
a { background-color: rgb(19,23,220); }
div.DivClassName
{
background-color: #1317DC;
}
.BgClassName
{
background-color: #1317DC;
}
</style>
border-color css
<style>
span { border-color: #1317DC; }
span { border-color: rgb(19,23,220); }
td.TdClassName
{
border-color: #1317DC;
}
.TagClassName
{
border-color: #1317DC;
}
</style>