Shades of Medium Blue #1417CB
Tints of Medium Blue #1417CB
RGB
CMYK
RGB Variations
Color information
#1417CB (or 0x1417CB) is known color: Medium Blue. HEX triplet: 14, 17 and CB. RGB value is (20,23,203). Sum of RGB (Red+Green+Blue) = 20+23+203=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 203 (79.69% from 255 or 82.52% from 246); Max value from RGB is 203 - color contains mainly: blue. Hex color #1417CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1417CB is #EBE834. Grayscale: #292929. Windows color (decimal): -15460405 or 13309716. OLE color: 13309716.
HSL color Cylindrical-coordinate representation of color #1417CB: 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 #1417CB is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 23 | 203 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.20 |
| HSL | 239.02º | 0.82% | 0.44% | - |
| HSV(B) | 239.02º | 0.9% | 0.8% | - |
| XYZ | 11.37 | 5.07 | 56.88 | - |
| YUV | 42.62 | 218.51 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 203 | 0.90 | 0.89 | 0 | 0.20 | 239.02 | 0.82 | 0.44 |
| Hex | 14 | 17 | CB | 5A | 59 | 0 | 14 | EF | 52 | 2C |
| Octal | 24 | 27 | 313 | 132 | 131 | 0 | 24 | 357 | 122 | 54 |
| Binary | 10100 | 10111 | 11001011 | 1011010 | 1011001 | 0 | 10100 | 11101111 | 1010010 | 101100 |
Color Harmonies of #1417CB
Complementary color
Monochromatic Colors of #1417CB
Black with #1417CB
Text Example
Text Example
White with #1417CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1417CB; }
p { color: rgb(20,23,203); }
H1.HeaderClassName
{
color: #1417CB;
}
.AnyTagClassName
{
color: #1417CB;
}
</style>
background-color css
<style>
a { background-color: #1417CB; }
a { background-color: rgb(20,23,203); }
div.DivClassName
{
background-color: #1417CB;
}
.BgClassName
{
background-color: #1417CB;
}
</style>
border-color css
<style>
span { border-color: #1417CB; }
span { border-color: rgb(20,23,203); }
td.TdClassName
{
border-color: #1417CB;
}
.TagClassName
{
border-color: #1417CB;
}
</style>