Shades of Medium Blue #1405DB
Tints of Medium Blue #1405DB
RGB
CMYK
RGB Variations
Color information
#1405DB (or 0x1405DB) is known color: Medium Blue. HEX triplet: 14, 05 and DB. RGB value is (20,5,219). Sum of RGB (Red+Green+Blue) = 20+5+219=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 219 (85.94% from 255 or 89.75% from 244); Max value from RGB is 219 - color contains mainly: blue. Hex color #1405DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1405DB is #EBFA24. Grayscale: #212121. Windows color (decimal): -15464997 or 14353684. OLE color: 14353684.
HSL color Cylindrical-coordinate representation of color #1405DB: hue angle of 244.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1405DB is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 5 | 219 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.14 |
| HSL | 244.21º | 0.96% | 0.44% | - |
| HSV(B) | 244.21º | 0.98% | 0.86% | - |
| XYZ | 13.13 | 5.37 | 67.36 | - |
| YUV | 33.88 | 232.47 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 219 | 0.91 | 0.98 | 0 | 0.14 | 244.21 | 0.96 | 0.44 |
| Hex | 14 | 5 | DB | 5B | 62 | 0 | E | F4 | 60 | 2C |
| Octal | 24 | 5 | 333 | 133 | 142 | 0 | 16 | 364 | 140 | 54 |
| Binary | 10100 | 101 | 11011011 | 1011011 | 1100010 | 0 | 1110 | 11110100 | 1100000 | 101100 |
Color Harmonies of #1405DB
Complementary color
Monochromatic Colors of #1405DB
Black with #1405DB
Text Example
Text Example
White with #1405DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1405DB; }
p { color: rgb(20,5,219); }
H1.HeaderClassName
{
color: #1405DB;
}
.AnyTagClassName
{
color: #1405DB;
}
</style>
background-color css
<style>
a { background-color: #1405DB; }
a { background-color: rgb(20,5,219); }
div.DivClassName
{
background-color: #1405DB;
}
.BgClassName
{
background-color: #1405DB;
}
</style>
border-color css
<style>
span { border-color: #1405DB; }
span { border-color: rgb(20,5,219); }
td.TdClassName
{
border-color: #1405DB;
}
.TagClassName
{
border-color: #1405DB;
}
</style>