Shades of Medium Blue #121FDB
Tints of Medium Blue #121FDB
RGB
CMYK
RGB Variations
Color information
#121FDB (or 0x121FDB) is known color: Medium Blue. HEX triplet: 12, 1F and DB. RGB value is (18,31,219). Sum of RGB (Red+Green+Blue) = 18+31+219=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 31 (12.5% from 255 or 11.57% 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 #121FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121FDB is #EDE024. Grayscale: #2F2F2F. Windows color (decimal): -15589413 or 14360338. OLE color: 14360338.
HSL color Cylindrical-coordinate representation of color #121FDB: hue angle of 236.12º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121FDB is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 31 | 219 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.14 |
| HSL | 236.12º | 0.85% | 0.46% | - |
| HSV(B) | 236.12º | 0.92% | 0.86% | - |
| XYZ | 13.53 | 6.22 | 67.51 | - |
| YUV | 48.55 | 224.19 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 219 | 0.92 | 0.86 | 0 | 0.14 | 236.12 | 0.85 | 0.46 |
| Hex | 12 | 1F | DB | 5C | 56 | 0 | E | EC | 55 | 2E |
| Octal | 22 | 37 | 333 | 134 | 126 | 0 | 16 | 354 | 125 | 56 |
| Binary | 10010 | 11111 | 11011011 | 1011100 | 1010110 | 0 | 1110 | 11101100 | 1010101 | 101110 |
Color Harmonies of #121FDB
Complementary color
Monochromatic Colors of #121FDB
Black with #121FDB
Text Example
Text Example
White with #121FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121FDB; }
p { color: rgb(18,31,219); }
H1.HeaderClassName
{
color: #121FDB;
}
.AnyTagClassName
{
color: #121FDB;
}
</style>
background-color css
<style>
a { background-color: #121FDB; }
a { background-color: rgb(18,31,219); }
div.DivClassName
{
background-color: #121FDB;
}
.BgClassName
{
background-color: #121FDB;
}
</style>
border-color css
<style>
span { border-color: #121FDB; }
span { border-color: rgb(18,31,219); }
td.TdClassName
{
border-color: #121FDB;
}
.TagClassName
{
border-color: #121FDB;
}
</style>