Shades of Medium Blue #141EDB
Tints of Medium Blue #141EDB
RGB
CMYK
RGB Variations
Color information
#141EDB (or 0x141EDB) is known color: Medium Blue. HEX triplet: 14, 1E and DB. RGB value is (20,30,219). Sum of RGB (Red+Green+Blue) = 20+30+219=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #141EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141EDB is #EBE124. Grayscale: #2F2F2F. Windows color (decimal): -15458597 or 14360084. OLE color: 14360084.
HSL color Cylindrical-coordinate representation of color #141EDB: hue angle of 236.98º 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 #141EDB is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 30 | 219 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.14 |
| HSL | 236.98º | 0.83% | 0.47% | - |
| HSV(B) | 236.98º | 0.91% | 0.86% | - |
| XYZ | 13.54 | 6.19 | 67.5 | - |
| YUV | 48.56 | 224.19 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 219 | 0.91 | 0.86 | 0 | 0.14 | 236.98 | 0.83 | 0.47 |
| Hex | 14 | 1E | DB | 5B | 56 | 0 | E | ED | 53 | 2F |
| Octal | 24 | 36 | 333 | 133 | 126 | 0 | 16 | 355 | 123 | 57 |
| Binary | 10100 | 11110 | 11011011 | 1011011 | 1010110 | 0 | 1110 | 11101101 | 1010011 | 101111 |
Color Harmonies of #141EDB
Complementary color
Monochromatic Colors of #141EDB
Black with #141EDB
Text Example
Text Example
White with #141EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141EDB; }
p { color: rgb(20,30,219); }
H1.HeaderClassName
{
color: #141EDB;
}
.AnyTagClassName
{
color: #141EDB;
}
</style>
background-color css
<style>
a { background-color: #141EDB; }
a { background-color: rgb(20,30,219); }
div.DivClassName
{
background-color: #141EDB;
}
.BgClassName
{
background-color: #141EDB;
}
</style>
border-color css
<style>
span { border-color: #141EDB; }
span { border-color: rgb(20,30,219); }
td.TdClassName
{
border-color: #141EDB;
}
.TagClassName
{
border-color: #141EDB;
}
</style>