Shades of Medium Blue #1714DC
Tints of Medium Blue #1714DC
RGB
CMYK
RGB Variations
Color information
#1714DC (or 0x1714DC) is known color: Medium Blue. HEX triplet: 17, 14 and DC. RGB value is (23,20,220). Sum of RGB (Red+Green+Blue) = 23+20+220=263 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.75% from 263); Green value is 20 (8.20% from 255 or 7.60% 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 #1714DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1714DC is #E8EB23. Grayscale: #2A2A2A. Windows color (decimal): -15264548 or 14423063. OLE color: 14423063.
HSL color Cylindrical-coordinate representation of color #1714DC: hue angle of 240.9º 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 #1714DC is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 20 | 220 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.14 |
| HSL | 240.9º | 0.83% | 0.47% | - |
| HSV(B) | 240.9º | 0.91% | 0.86% | - |
| XYZ | 13.52 | 5.85 | 68.13 | - |
| YUV | 43.7 | 227.49 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 20 | 220 | 0.90 | 0.91 | 0 | 0.14 | 240.9 | 0.83 | 0.47 |
| Hex | 17 | 14 | DC | 5A | 5B | 0 | E | F1 | 53 | 2F |
| Octal | 27 | 24 | 334 | 132 | 133 | 0 | 16 | 361 | 123 | 57 |
| Binary | 10111 | 10100 | 11011100 | 1011010 | 1011011 | 0 | 1110 | 11110001 | 1010011 | 101111 |
Color Harmonies of #1714DC
Complementary color
Monochromatic Colors of #1714DC
Black with #1714DC
Text Example
Text Example
White with #1714DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1714DC; }
p { color: rgb(23,20,220); }
H1.HeaderClassName
{
color: #1714DC;
}
.AnyTagClassName
{
color: #1714DC;
}
</style>
background-color css
<style>
a { background-color: #1714DC; }
a { background-color: rgb(23,20,220); }
div.DivClassName
{
background-color: #1714DC;
}
.BgClassName
{
background-color: #1714DC;
}
</style>
border-color css
<style>
span { border-color: #1714DC; }
span { border-color: rgb(23,20,220); }
td.TdClassName
{
border-color: #1714DC;
}
.TagClassName
{
border-color: #1714DC;
}
</style>