Shades of Medium Blue #1417CF
Tints of Medium Blue #1417CF
RGB
CMYK
RGB Variations
Color information
#1417CF (or 0x1417CF) is known color: Medium Blue. HEX triplet: 14, 17 and CF. RGB value is (20,23,207). Sum of RGB (Red+Green+Blue) = 20+23+207=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 207 (81.25% from 255 or 82.8% from 250); Max value from RGB is 207 - color contains mainly: blue. Hex color #1417CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1417CF is #EBE830. Grayscale: #2A2A2A. Windows color (decimal): -15460401 or 13571860. OLE color: 13571860.
HSL color Cylindrical-coordinate representation of color #1417CF: hue angle of 239.04º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1417CF is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 23 | 207 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.19 |
| HSL | 239.04º | 0.82% | 0.45% | - |
| HSV(B) | 239.04º | 0.9% | 0.81% | - |
| XYZ | 11.86 | 5.27 | 59.42 | - |
| YUV | 43.08 | 220.51 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 207 | 0.90 | 0.89 | 0 | 0.19 | 239.04 | 0.82 | 0.45 |
| Hex | 14 | 17 | CF | 5A | 59 | 0 | 13 | EF | 52 | 2D |
| Octal | 24 | 27 | 317 | 132 | 131 | 0 | 23 | 357 | 122 | 55 |
| Binary | 10100 | 10111 | 11001111 | 1011010 | 1011001 | 0 | 10011 | 11101111 | 1010010 | 101101 |
Color Harmonies of #1417CF
Complementary color
Monochromatic Colors of #1417CF
Black with #1417CF
Text Example
Text Example
White with #1417CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1417CF; }
p { color: rgb(20,23,207); }
H1.HeaderClassName
{
color: #1417CF;
}
.AnyTagClassName
{
color: #1417CF;
}
</style>
background-color css
<style>
a { background-color: #1417CF; }
a { background-color: rgb(20,23,207); }
div.DivClassName
{
background-color: #1417CF;
}
.BgClassName
{
background-color: #1417CF;
}
</style>
border-color css
<style>
span { border-color: #1417CF; }
span { border-color: rgb(20,23,207); }
td.TdClassName
{
border-color: #1417CF;
}
.TagClassName
{
border-color: #1417CF;
}
</style>