Shades of Medium Blue #121ADB
Tints of Medium Blue #121ADB
RGB
CMYK
RGB Variations
Color information
#121ADB (or 0x121ADB) is known color: Medium Blue. HEX triplet: 12, 1A and DB. RGB value is (18,26,219). Sum of RGB (Red+Green+Blue) = 18+26+219=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 219 (85.94% from 255 or 83.27% from 263); Max value from RGB is 219 - color contains mainly: blue. Hex color #121ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ADB is #EDE524. Grayscale: #2C2C2C. Windows color (decimal): -15590693 or 14359058. OLE color: 14359058.
HSL color Cylindrical-coordinate representation of color #121ADB: hue angle of 237.61º 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 #121ADB is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 26 | 219 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.14 |
| HSL | 237.61º | 0.85% | 0.46% | - |
| HSV(B) | 237.61º | 0.92% | 0.86% | - |
| XYZ | 13.41 | 5.98 | 67.47 | - |
| YUV | 45.61 | 225.85 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 219 | 0.92 | 0.88 | 0 | 0.14 | 237.61 | 0.85 | 0.46 |
| Hex | 12 | 1A | DB | 5C | 58 | 0 | E | EE | 55 | 2E |
| Octal | 22 | 32 | 333 | 134 | 130 | 0 | 16 | 356 | 125 | 56 |
| Binary | 10010 | 11010 | 11011011 | 1011100 | 1011000 | 0 | 1110 | 11101110 | 1010101 | 101110 |
Color Harmonies of #121ADB
Complementary color
Monochromatic Colors of #121ADB
Black with #121ADB
Text Example
Text Example
White with #121ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121ADB; }
p { color: rgb(18,26,219); }
H1.HeaderClassName
{
color: #121ADB;
}
.AnyTagClassName
{
color: #121ADB;
}
</style>
background-color css
<style>
a { background-color: #121ADB; }
a { background-color: rgb(18,26,219); }
div.DivClassName
{
background-color: #121ADB;
}
.BgClassName
{
background-color: #121ADB;
}
</style>
border-color css
<style>
span { border-color: #121ADB; }
span { border-color: rgb(18,26,219); }
td.TdClassName
{
border-color: #121ADB;
}
.TagClassName
{
border-color: #121ADB;
}
</style>