Shades of Medium Blue #120FDB
Tints of Medium Blue #120FDB
RGB
CMYK
RGB Variations
Color information
#120FDB (or 0x120FDB) is known color: Medium Blue. HEX triplet: 12, 0F and DB. RGB value is (18,15,219). Sum of RGB (Red+Green+Blue) = 18+15+219=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 219 (85.94% from 255 or 86.90% from 252); Max value from RGB is 219 - color contains mainly: blue. Hex color #120FDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120FDB is #EDF024. Grayscale: #262626. Windows color (decimal): -15593509 or 14356242. OLE color: 14356242.
HSL color Cylindrical-coordinate representation of color #120FDB: hue angle of 240.88º 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 #120FDB is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 15 | 219 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.14 |
| HSL | 240.88º | 0.87% | 0.46% | - |
| HSV(B) | 240.88º | 0.93% | 0.86% | - |
| XYZ | 13.21 | 5.58 | 67.4 | - |
| YUV | 39.15 | 229.49 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 219 | 0.92 | 0.93 | 0 | 0.14 | 240.88 | 0.87 | 0.46 |
| Hex | 12 | F | DB | 5C | 5D | 0 | E | F1 | 57 | 2E |
| Octal | 22 | 17 | 333 | 134 | 135 | 0 | 16 | 361 | 127 | 56 |
| Binary | 10010 | 1111 | 11011011 | 1011100 | 1011101 | 0 | 1110 | 11110001 | 1010111 | 101110 |
Color Harmonies of #120FDB
Complementary color
Monochromatic Colors of #120FDB
Black with #120FDB
Text Example
Text Example
White with #120FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120FDB; }
p { color: rgb(18,15,219); }
H1.HeaderClassName
{
color: #120FDB;
}
.AnyTagClassName
{
color: #120FDB;
}
</style>
background-color css
<style>
a { background-color: #120FDB; }
a { background-color: rgb(18,15,219); }
div.DivClassName
{
background-color: #120FDB;
}
.BgClassName
{
background-color: #120FDB;
}
</style>
border-color css
<style>
span { border-color: #120FDB; }
span { border-color: rgb(18,15,219); }
td.TdClassName
{
border-color: #120FDB;
}
.TagClassName
{
border-color: #120FDB;
}
</style>