Shades of Medium Blue #1414DB
Tints of Medium Blue #1414DB
RGB
CMYK
RGB Variations
Color information
#1414DB (or 0x1414DB) is known color: Medium Blue. HEX triplet: 14, 14 and DB. RGB value is (20,20,219). Sum of RGB (Red+Green+Blue) = 20+20+219=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 219 (85.94% from 255 or 84.56% from 259); Max value from RGB is 219 - color contains mainly: blue. Hex color #1414DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1414DB is #EBEB24. Grayscale: #292929. Windows color (decimal): -15461157 or 14357524. OLE color: 14357524.
HSL color Cylindrical-coordinate representation of color #1414DB: hue angle of 240º 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 #1414DB is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 20 | 219 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.14 |
| HSL | 240º | 0.83% | 0.47% | - |
| HSV(B) | 240º | 0.91% | 0.86% | - |
| XYZ | 13.32 | 5.76 | 67.43 | - |
| YUV | 42.69 | 227.5 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 219 | 0.91 | 0.91 | 0 | 0.14 | 240 | 0.83 | 0.47 |
| Hex | 14 | 14 | DB | 5B | 5B | 0 | E | F0 | 53 | 2F |
| Octal | 24 | 24 | 333 | 133 | 133 | 0 | 16 | 360 | 123 | 57 |
| Binary | 10100 | 10100 | 11011011 | 1011011 | 1011011 | 0 | 1110 | 11110000 | 1010011 | 101111 |
Color Harmonies of #1414DB
Complementary color
Monochromatic Colors of #1414DB
Black with #1414DB
Text Example
Text Example
White with #1414DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1414DB; }
p { color: rgb(20,20,219); }
H1.HeaderClassName
{
color: #1414DB;
}
.AnyTagClassName
{
color: #1414DB;
}
</style>
background-color css
<style>
a { background-color: #1414DB; }
a { background-color: rgb(20,20,219); }
div.DivClassName
{
background-color: #1414DB;
}
.BgClassName
{
background-color: #1414DB;
}
</style>
border-color css
<style>
span { border-color: #1414DB; }
span { border-color: rgb(20,20,219); }
td.TdClassName
{
border-color: #1414DB;
}
.TagClassName
{
border-color: #1414DB;
}
</style>