Shades of Medium Blue #121BD7
Tints of Medium Blue #121BD7
RGB
CMYK
RGB Variations
Color information
#121BD7 (or 0x121BD7) is known color: Medium Blue. HEX triplet: 12, 1B and D7. RGB value is (18,27,215). Sum of RGB (Red+Green+Blue) = 18+27+215=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 215 (84.38% from 255 or 82.69% from 260); Max value from RGB is 215 - color contains mainly: blue. Hex color #121BD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BD7 is #EDE428. Grayscale: #2C2C2C. Windows color (decimal): -15590441 or 14097170. OLE color: 14097170.
HSL color Cylindrical-coordinate representation of color #121BD7: hue angle of 237.26º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121BD7 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 27 | 215 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.16 |
| HSL | 237.26º | 0.85% | 0.46% | - |
| HSV(B) | 237.26º | 0.92% | 0.84% | - |
| XYZ | 12.91 | 5.82 | 64.73 | - |
| YUV | 45.74 | 223.52 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 215 | 0.92 | 0.87 | 0 | 0.16 | 237.26 | 0.85 | 0.46 |
| Hex | 12 | 1B | D7 | 5C | 57 | 0 | 10 | ED | 55 | 2E |
| Octal | 22 | 33 | 327 | 134 | 127 | 0 | 20 | 355 | 125 | 56 |
| Binary | 10010 | 11011 | 11010111 | 1011100 | 1010111 | 0 | 10000 | 11101101 | 1010101 | 101110 |
Color Harmonies of #121BD7
Complementary color
Monochromatic Colors of #121BD7
Black with #121BD7
Text Example
Text Example
White with #121BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BD7; }
p { color: rgb(18,27,215); }
H1.HeaderClassName
{
color: #121BD7;
}
.AnyTagClassName
{
color: #121BD7;
}
</style>
background-color css
<style>
a { background-color: #121BD7; }
a { background-color: rgb(18,27,215); }
div.DivClassName
{
background-color: #121BD7;
}
.BgClassName
{
background-color: #121BD7;
}
</style>
border-color css
<style>
span { border-color: #121BD7; }
span { border-color: rgb(18,27,215); }
td.TdClassName
{
border-color: #121BD7;
}
.TagClassName
{
border-color: #121BD7;
}
</style>