Shades of Medium Blue #1417CC
Tints of Medium Blue #1417CC
RGB
CMYK
RGB Variations
Color information
#1417CC (or 0x1417CC) is known color: Medium Blue. HEX triplet: 14, 17 and CC. RGB value is (20,23,204). Sum of RGB (Red+Green+Blue) = 20+23+204=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 204 (80.08% from 255 or 82.59% from 247); Max value from RGB is 204 - color contains mainly: blue. Hex color #1417CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1417CC is #EBE833. Grayscale: #2A2A2A. Windows color (decimal): -15460404 or 13375252. OLE color: 13375252.
HSL color Cylindrical-coordinate representation of color #1417CC: hue angle of 239.02º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1417CC is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 23 | 204 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.2 |
| HSL | 239.02º | 0.82% | 0.44% | - |
| HSV(B) | 239.02º | 0.9% | 0.8% | - |
| XYZ | 11.49 | 5.12 | 57.51 | - |
| YUV | 42.74 | 219.01 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 204 | 0.90 | 0.89 | 0 | 0.2 | 239.02 | 0.82 | 0.44 |
| Hex | 14 | 17 | CC | 5A | 59 | 0 | 14 | EF | 52 | 2C |
| Octal | 24 | 27 | 314 | 132 | 131 | 0 | 24 | 357 | 122 | 54 |
| Binary | 10100 | 10111 | 11001100 | 1011010 | 1011001 | 0 | 10100 | 11101111 | 1010010 | 101100 |
Color Harmonies of #1417CC
Complementary color
Monochromatic Colors of #1417CC
Black with #1417CC
Text Example
Text Example
White with #1417CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1417CC; }
p { color: rgb(20,23,204); }
H1.HeaderClassName
{
color: #1417CC;
}
.AnyTagClassName
{
color: #1417CC;
}
</style>
background-color css
<style>
a { background-color: #1417CC; }
a { background-color: rgb(20,23,204); }
div.DivClassName
{
background-color: #1417CC;
}
.BgClassName
{
background-color: #1417CC;
}
</style>
border-color css
<style>
span { border-color: #1417CC; }
span { border-color: rgb(20,23,204); }
td.TdClassName
{
border-color: #1417CC;
}
.TagClassName
{
border-color: #1417CC;
}
</style>