Shades of Medium Blue #141FDB
Tints of Medium Blue #141FDB
RGB
CMYK
RGB Variations
Color information
#141FDB (or 0x141FDB) is known color: Medium Blue. HEX triplet: 14, 1F and DB. RGB value is (20,31,219). Sum of RGB (Red+Green+Blue) = 20+31+219=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #141FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #141FDB is #EBE024. Grayscale: #303030. Windows color (decimal): -15458341 or 14360340. OLE color: 14360340.
HSL color Cylindrical-coordinate representation of color #141FDB: hue angle of 236.68º 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 #141FDB is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 31 | 219 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.14 |
| HSL | 236.68º | 0.83% | 0.47% | - |
| HSV(B) | 236.68º | 0.91% | 0.86% | - |
| XYZ | 13.56 | 6.24 | 67.51 | - |
| YUV | 49.14 | 223.86 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 219 | 0.91 | 0.86 | 0 | 0.14 | 236.68 | 0.83 | 0.47 |
| Hex | 14 | 1F | DB | 5B | 56 | 0 | E | ED | 53 | 2F |
| Octal | 24 | 37 | 333 | 133 | 126 | 0 | 16 | 355 | 123 | 57 |
| Binary | 10100 | 11111 | 11011011 | 1011011 | 1010110 | 0 | 1110 | 11101101 | 1010011 | 101111 |
Color Harmonies of #141FDB
Complementary color
Monochromatic Colors of #141FDB
Black with #141FDB
Text Example
Text Example
White with #141FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141FDB; }
p { color: rgb(20,31,219); }
H1.HeaderClassName
{
color: #141FDB;
}
.AnyTagClassName
{
color: #141FDB;
}
</style>
background-color css
<style>
a { background-color: #141FDB; }
a { background-color: rgb(20,31,219); }
div.DivClassName
{
background-color: #141FDB;
}
.BgClassName
{
background-color: #141FDB;
}
</style>
border-color css
<style>
span { border-color: #141FDB; }
span { border-color: rgb(20,31,219); }
td.TdClassName
{
border-color: #141FDB;
}
.TagClassName
{
border-color: #141FDB;
}
</style>