Shades of Medium Blue #140FDB
Tints of Medium Blue #140FDB
RGB
CMYK
RGB Variations
Color information
#140FDB (or 0x140FDB) is known color: Medium Blue. HEX triplet: 14, 0F and DB. RGB value is (20,15,219). Sum of RGB (Red+Green+Blue) = 20+15+219=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 219 (85.94% from 255 or 86.22% from 254); Max value from RGB is 219 - color contains mainly: blue. Hex color #140FDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #140FDB is #EBF024. Grayscale: #262626. Windows color (decimal): -15462437 or 14356244. OLE color: 14356244.
HSL color Cylindrical-coordinate representation of color #140FDB: hue angle of 241.47º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140FDB is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 15 | 219 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.14 |
| HSL | 241.47º | 0.87% | 0.46% | - |
| HSV(B) | 241.47º | 0.93% | 0.86% | - |
| XYZ | 13.25 | 5.6 | 67.4 | - |
| YUV | 39.75 | 229.16 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 219 | 0.91 | 0.93 | 0 | 0.14 | 241.47 | 0.87 | 0.46 |
| Hex | 14 | F | DB | 5B | 5D | 0 | E | F1 | 57 | 2E |
| Octal | 24 | 17 | 333 | 133 | 135 | 0 | 16 | 361 | 127 | 56 |
| Binary | 10100 | 1111 | 11011011 | 1011011 | 1011101 | 0 | 1110 | 11110001 | 1010111 | 101110 |
Color Harmonies of #140FDB
Complementary color
Monochromatic Colors of #140FDB
Black with #140FDB
Text Example
Text Example
White with #140FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140FDB; }
p { color: rgb(20,15,219); }
H1.HeaderClassName
{
color: #140FDB;
}
.AnyTagClassName
{
color: #140FDB;
}
</style>
background-color css
<style>
a { background-color: #140FDB; }
a { background-color: rgb(20,15,219); }
div.DivClassName
{
background-color: #140FDB;
}
.BgClassName
{
background-color: #140FDB;
}
</style>
border-color css
<style>
span { border-color: #140FDB; }
span { border-color: rgb(20,15,219); }
td.TdClassName
{
border-color: #140FDB;
}
.TagClassName
{
border-color: #140FDB;
}
</style>