Shades of Medium Blue #121AD9
Tints of Medium Blue #121AD9
RGB
CMYK
RGB Variations
Color information
#121AD9 (or 0x121AD9) is known color: Medium Blue. HEX triplet: 12, 1A and D9. RGB value is (18,26,217). Sum of RGB (Red+Green+Blue) = 18+26+217=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 217 (85.16% from 255 or 83.14% from 261); Max value from RGB is 217 - color contains mainly: blue. Hex color #121AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121AD9 is #EDE526. Grayscale: #2C2C2C. Windows color (decimal): -15590695 or 14227986. OLE color: 14227986.
HSL color Cylindrical-coordinate representation of color #121AD9: hue angle of 237.59º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121AD9 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 26 | 217 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.15 |
| HSL | 237.59º | 0.85% | 0.46% | - |
| HSV(B) | 237.59º | 0.92% | 0.85% | - |
| XYZ | 13.14 | 5.88 | 66.09 | - |
| YUV | 45.38 | 224.85 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 217 | 0.92 | 0.88 | 0 | 0.15 | 237.59 | 0.85 | 0.46 |
| Hex | 12 | 1A | D9 | 5C | 58 | 0 | F | EE | 55 | 2E |
| Octal | 22 | 32 | 331 | 134 | 130 | 0 | 17 | 356 | 125 | 56 |
| Binary | 10010 | 11010 | 11011001 | 1011100 | 1011000 | 0 | 1111 | 11101110 | 1010101 | 101110 |
Color Harmonies of #121AD9
Complementary color
Monochromatic Colors of #121AD9
Black with #121AD9
Text Example
Text Example
White with #121AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121AD9; }
p { color: rgb(18,26,217); }
H1.HeaderClassName
{
color: #121AD9;
}
.AnyTagClassName
{
color: #121AD9;
}
</style>
background-color css
<style>
a { background-color: #121AD9; }
a { background-color: rgb(18,26,217); }
div.DivClassName
{
background-color: #121AD9;
}
.BgClassName
{
background-color: #121AD9;
}
</style>
border-color css
<style>
span { border-color: #121AD9; }
span { border-color: rgb(18,26,217); }
td.TdClassName
{
border-color: #121AD9;
}
.TagClassName
{
border-color: #121AD9;
}
</style>