Shades of Medium Blue #1514DB
Tints of Medium Blue #1514DB
RGB
CMYK
RGB Variations
Color information
#1514DB (or 0x1514DB) is known color: Medium Blue. HEX triplet: 15, 14 and DB. RGB value is (21,20,219). Sum of RGB (Red+Green+Blue) = 21+20+219=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 219 (85.94% from 255 or 84.23% from 260); Max value from RGB is 219 - color contains mainly: blue. Hex color #1514DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1514DB is #EAEB24. Grayscale: #2A2A2A. Windows color (decimal): -15395621 or 14357525. OLE color: 14357525.
HSL color Cylindrical-coordinate representation of color #1514DB: hue angle of 240.3º 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 #1514DB is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 20 | 219 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.14 |
| HSL | 240.3º | 0.83% | 0.47% | - |
| HSV(B) | 240.3º | 0.91% | 0.86% | - |
| XYZ | 13.35 | 5.77 | 67.43 | - |
| YUV | 42.99 | 227.33 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 219 | 0.90 | 0.91 | 0 | 0.14 | 240.3 | 0.83 | 0.47 |
| Hex | 15 | 14 | DB | 5A | 5B | 0 | E | F0 | 53 | 2F |
| Octal | 25 | 24 | 333 | 132 | 133 | 0 | 16 | 360 | 123 | 57 |
| Binary | 10101 | 10100 | 11011011 | 1011010 | 1011011 | 0 | 1110 | 11110000 | 1010011 | 101111 |
Color Harmonies of #1514DB
Complementary color
Monochromatic Colors of #1514DB
Black with #1514DB
Text Example
Text Example
White with #1514DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1514DB; }
p { color: rgb(21,20,219); }
H1.HeaderClassName
{
color: #1514DB;
}
.AnyTagClassName
{
color: #1514DB;
}
</style>
background-color css
<style>
a { background-color: #1514DB; }
a { background-color: rgb(21,20,219); }
div.DivClassName
{
background-color: #1514DB;
}
.BgClassName
{
background-color: #1514DB;
}
</style>
border-color css
<style>
span { border-color: #1514DB; }
span { border-color: rgb(21,20,219); }
td.TdClassName
{
border-color: #1514DB;
}
.TagClassName
{
border-color: #1514DB;
}
</style>