Shades of Medium Blue #1314DC
Tints of Medium Blue #1314DC
RGB
CMYK
RGB Variations
Color information
#1314DC (or 0x1314DC) is known color: Medium Blue. HEX triplet: 13, 14 and DC. RGB value is (19,20,220). Sum of RGB (Red+Green+Blue) = 19+20+220=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 220 (86.33% from 255 or 84.94% from 259); Max value from RGB is 220 - color contains mainly: blue. Hex color #1314DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1314DC is #ECEB23. Grayscale: #292929. Windows color (decimal): -15526692 or 14423059. OLE color: 14423059.
HSL color Cylindrical-coordinate representation of color #1314DC: hue angle of 239.7º degrees, saturation: 0.84, 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 #1314DC is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 20 | 220 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.14 |
| HSL | 239.7º | 0.84% | 0.47% | - |
| HSV(B) | 239.7º | 0.91% | 0.86% | - |
| XYZ | 13.44 | 5.81 | 68.12 | - |
| YUV | 42.5 | 228.17 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 220 | 0.91 | 0.91 | 0 | 0.14 | 239.7 | 0.84 | 0.47 |
| Hex | 13 | 14 | DC | 5B | 5B | 0 | E | F0 | 54 | 2F |
| Octal | 23 | 24 | 334 | 133 | 133 | 0 | 16 | 360 | 124 | 57 |
| Binary | 10011 | 10100 | 11011100 | 1011011 | 1011011 | 0 | 1110 | 11110000 | 1010100 | 101111 |
Color Harmonies of #1314DC
Complementary color
Monochromatic Colors of #1314DC
Black with #1314DC
Text Example
Text Example
White with #1314DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1314DC; }
p { color: rgb(19,20,220); }
H1.HeaderClassName
{
color: #1314DC;
}
.AnyTagClassName
{
color: #1314DC;
}
</style>
background-color css
<style>
a { background-color: #1314DC; }
a { background-color: rgb(19,20,220); }
div.DivClassName
{
background-color: #1314DC;
}
.BgClassName
{
background-color: #1314DC;
}
</style>
border-color css
<style>
span { border-color: #1314DC; }
span { border-color: rgb(19,20,220); }
td.TdClassName
{
border-color: #1314DC;
}
.TagClassName
{
border-color: #1314DC;
}
</style>