Shades of Medium Blue #1714BA
Tints of Medium Blue #1714BA
RGB
CMYK
RGB Variations
Color information
#1714BA (or 0x1714BA) is known color: Medium Blue. HEX triplet: 17, 14 and BA. RGB value is (23,20,186). Sum of RGB (Red+Green+Blue) = 23+20+186=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 186 (73.05% from 255 or 81.22% from 229); Max value from RGB is 186 - color contains mainly: blue. Hex color #1714BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1714BA is #E8EB45. Grayscale: #272727. Windows color (decimal): -15264582 or 12194839. OLE color: 12194839.
HSL color Cylindrical-coordinate representation of color #1714BA: hue angle of 241.08º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1714BA is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 20 | 186 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.27 |
| HSL | 241.08º | 0.81% | 0.4% | - |
| HSV(B) | 241.08º | 0.89% | 0.73% | - |
| XYZ | 9.47 | 4.23 | 46.77 | - |
| YUV | 39.82 | 210.49 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 186 | 0.88 | 0.89 | 0 | 0.27 | 241.08 | 0.81 | 0.4 |
| Hex | 17 | 14 | BA | 58 | 59 | 0 | 1B | F1 | 51 | 28 |
| Octal | 27 | 24 | 272 | 130 | 131 | 0 | 33 | 361 | 121 | 50 |
| Binary | 10111 | 10100 | 10111010 | 1011000 | 1011001 | 0 | 11011 | 11110001 | 1010001 | 101000 |
Color Harmonies of #1714BA
Complementary color
Monochromatic Colors of #1714BA
Black with #1714BA
Text Example
Text Example
White with #1714BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1714BA; }
p { color: rgb(23,20,186); }
H1.HeaderClassName
{
color: #1714BA;
}
.AnyTagClassName
{
color: #1714BA;
}
</style>
background-color css
<style>
a { background-color: #1714BA; }
a { background-color: rgb(23,20,186); }
div.DivClassName
{
background-color: #1714BA;
}
.BgClassName
{
background-color: #1714BA;
}
</style>
border-color css
<style>
span { border-color: #1714BA; }
span { border-color: rgb(23,20,186); }
td.TdClassName
{
border-color: #1714BA;
}
.TagClassName
{
border-color: #1714BA;
}
</style>