Shades of Medium Blue #121BD9
Tints of Medium Blue #121BD9
RGB
CMYK
RGB Variations
Color information
#121BD9 (or 0x121BD9) is known color: Medium Blue. HEX triplet: 12, 1B and D9. RGB value is (18,27,217). Sum of RGB (Red+Green+Blue) = 18+27+217=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 217 (85.16% from 255 or 82.82% from 262); Max value from RGB is 217 - color contains mainly: blue. Hex color #121BD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BD9 is #EDE426. Grayscale: #2D2D2D. Windows color (decimal): -15590439 or 14228242. OLE color: 14228242.
HSL color Cylindrical-coordinate representation of color #121BD9: hue angle of 237.29º 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 #121BD9 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 27 | 217 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.15 |
| HSL | 237.29º | 0.85% | 0.46% | - |
| HSV(B) | 237.29º | 0.92% | 0.85% | - |
| XYZ | 13.17 | 5.92 | 66.09 | - |
| YUV | 45.97 | 224.52 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 217 | 0.92 | 0.88 | 0 | 0.15 | 237.29 | 0.85 | 0.46 |
| Hex | 12 | 1B | D9 | 5C | 58 | 0 | F | ED | 55 | 2E |
| Octal | 22 | 33 | 331 | 134 | 130 | 0 | 17 | 355 | 125 | 56 |
| Binary | 10010 | 11011 | 11011001 | 1011100 | 1011000 | 0 | 1111 | 11101101 | 1010101 | 101110 |
Color Harmonies of #121BD9
Complementary color
Monochromatic Colors of #121BD9
Black with #121BD9
Text Example
Text Example
White with #121BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BD9; }
p { color: rgb(18,27,217); }
H1.HeaderClassName
{
color: #121BD9;
}
.AnyTagClassName
{
color: #121BD9;
}
</style>
background-color css
<style>
a { background-color: #121BD9; }
a { background-color: rgb(18,27,217); }
div.DivClassName
{
background-color: #121BD9;
}
.BgClassName
{
background-color: #121BD9;
}
</style>
border-color css
<style>
span { border-color: #121BD9; }
span { border-color: rgb(18,27,217); }
td.TdClassName
{
border-color: #121BD9;
}
.TagClassName
{
border-color: #121BD9;
}
</style>