Shades of Medium Blue #141DDB
Tints of Medium Blue #141DDB
RGB
CMYK
RGB Variations
Color information
#141DDB (or 0x141DDB) is known color: Medium Blue. HEX triplet: 14, 1D and DB. RGB value is (20,29,219). Sum of RGB (Red+Green+Blue) = 20+29+219=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 219 (85.94% from 255 or 81.72% from 268); Max value from RGB is 219 - color contains mainly: blue. Hex color #141DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141DDB is #EBE224. Grayscale: #2F2F2F. Windows color (decimal): -15458853 or 14359828. OLE color: 14359828.
HSL color Cylindrical-coordinate representation of color #141DDB: hue angle of 237.29º 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 #141DDB is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 29 | 219 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.14 |
| HSL | 237.29º | 0.83% | 0.47% | - |
| HSV(B) | 237.29º | 0.91% | 0.86% | - |
| XYZ | 13.51 | 6.14 | 67.49 | - |
| YUV | 47.97 | 224.52 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 219 | 0.91 | 0.87 | 0 | 0.14 | 237.29 | 0.83 | 0.47 |
| Hex | 14 | 1D | DB | 5B | 57 | 0 | E | ED | 53 | 2F |
| Octal | 24 | 35 | 333 | 133 | 127 | 0 | 16 | 355 | 123 | 57 |
| Binary | 10100 | 11101 | 11011011 | 1011011 | 1010111 | 0 | 1110 | 11101101 | 1010011 | 101111 |
Color Harmonies of #141DDB
Complementary color
Monochromatic Colors of #141DDB
Black with #141DDB
Text Example
Text Example
White with #141DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141DDB; }
p { color: rgb(20,29,219); }
H1.HeaderClassName
{
color: #141DDB;
}
.AnyTagClassName
{
color: #141DDB;
}
</style>
background-color css
<style>
a { background-color: #141DDB; }
a { background-color: rgb(20,29,219); }
div.DivClassName
{
background-color: #141DDB;
}
.BgClassName
{
background-color: #141DDB;
}
</style>
border-color css
<style>
span { border-color: #141DDB; }
span { border-color: rgb(20,29,219); }
td.TdClassName
{
border-color: #141DDB;
}
.TagClassName
{
border-color: #141DDB;
}
</style>