Shades of Medium Blue #1417DC
Tints of Medium Blue #1417DC
RGB
CMYK
RGB Variations
Color information
#1417DC (or 0x1417DC) is known color: Medium Blue. HEX triplet: 14, 17 and DC. RGB value is (20,23,220). Sum of RGB (Red+Green+Blue) = 20+23+220=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 220 (86.33% from 255 or 83.65% from 263); Max value from RGB is 220 - color contains mainly: blue. Hex color #1417DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1417DC is #EBE823. Grayscale: #2B2B2B. Windows color (decimal): -15460388 or 14423828. OLE color: 14423828.
HSL color Cylindrical-coordinate representation of color #1417DC: hue angle of 239.1º degrees, saturation: 0.83, 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 #1417DC is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 23 | 220 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.14 |
| HSL | 239.1º | 0.83% | 0.47% | - |
| HSV(B) | 239.1º | 0.91% | 0.86% | - |
| XYZ | 13.51 | 5.93 | 68.14 | - |
| YUV | 44.56 | 227.01 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 220 | 0.91 | 0.90 | 0 | 0.14 | 239.1 | 0.83 | 0.47 |
| Hex | 14 | 17 | DC | 5B | 5A | 0 | E | EF | 53 | 2F |
| Octal | 24 | 27 | 334 | 133 | 132 | 0 | 16 | 357 | 123 | 57 |
| Binary | 10100 | 10111 | 11011100 | 1011011 | 1011010 | 0 | 1110 | 11101111 | 1010011 | 101111 |
Color Harmonies of #1417DC
Complementary color
Monochromatic Colors of #1417DC
Black with #1417DC
Text Example
Text Example
White with #1417DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1417DC; }
p { color: rgb(20,23,220); }
H1.HeaderClassName
{
color: #1417DC;
}
.AnyTagClassName
{
color: #1417DC;
}
</style>
background-color css
<style>
a { background-color: #1417DC; }
a { background-color: rgb(20,23,220); }
div.DivClassName
{
background-color: #1417DC;
}
.BgClassName
{
background-color: #1417DC;
}
</style>
border-color css
<style>
span { border-color: #1417DC; }
span { border-color: rgb(20,23,220); }
td.TdClassName
{
border-color: #1417DC;
}
.TagClassName
{
border-color: #1417DC;
}
</style>