Shades of Medium Blue #121BDC
Tints of Medium Blue #121BDC
RGB
CMYK
RGB Variations
Color information
#121BDC (or 0x121BDC) is known color: Medium Blue. HEX triplet: 12, 1B and DC. RGB value is (18,27,220). Sum of RGB (Red+Green+Blue) = 18+27+220=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 220 (86.33% from 255 or 83.02% from 265); Max value from RGB is 220 - color contains mainly: blue. Hex color #121BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BDC is #EDE423. Grayscale: #2D2D2D. Windows color (decimal): -15590436 or 14424850. OLE color: 14424850.
HSL color Cylindrical-coordinate representation of color #121BDC: hue angle of 237.33º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121BDC is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 27 | 220 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.14 |
| HSL | 237.33º | 0.85% | 0.47% | - |
| HSV(B) | 237.33º | 0.92% | 0.86% | - |
| XYZ | 13.56 | 6.08 | 68.17 | - |
| YUV | 46.31 | 226.02 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 220 | 0.92 | 0.88 | 0 | 0.14 | 237.33 | 0.85 | 0.47 |
| Hex | 12 | 1B | DC | 5C | 58 | 0 | E | ED | 55 | 2F |
| Octal | 22 | 33 | 334 | 134 | 130 | 0 | 16 | 355 | 125 | 57 |
| Binary | 10010 | 11011 | 11011100 | 1011100 | 1011000 | 0 | 1110 | 11101101 | 1010101 | 101111 |
Color Harmonies of #121BDC
Complementary color
Monochromatic Colors of #121BDC
Black with #121BDC
Text Example
Text Example
White with #121BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BDC; }
p { color: rgb(18,27,220); }
H1.HeaderClassName
{
color: #121BDC;
}
.AnyTagClassName
{
color: #121BDC;
}
</style>
background-color css
<style>
a { background-color: #121BDC; }
a { background-color: rgb(18,27,220); }
div.DivClassName
{
background-color: #121BDC;
}
.BgClassName
{
background-color: #121BDC;
}
</style>
border-color css
<style>
span { border-color: #121BDC; }
span { border-color: rgb(18,27,220); }
td.TdClassName
{
border-color: #121BDC;
}
.TagClassName
{
border-color: #121BDC;
}
</style>