Shades of Medium Blue #121AD4
Tints of Medium Blue #121AD4
RGB
CMYK
RGB Variations
Color information
#121AD4 (or 0x121AD4) is known color: Medium Blue. HEX triplet: 12, 1A and D4. RGB value is (18,26,212). Sum of RGB (Red+Green+Blue) = 18+26+212=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 212 (83.20% from 255 or 82.81% from 256); Max value from RGB is 212 - color contains mainly: blue. Hex color #121AD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121AD4 is #EDE52B. Grayscale: #2C2C2C. Windows color (decimal): -15590700 or 13900306. OLE color: 13900306.
HSL color Cylindrical-coordinate representation of color #121AD4: hue angle of 237.53º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121AD4 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 26 | 212 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.17 |
| HSL | 237.53º | 0.84% | 0.45% | - |
| HSV(B) | 237.53º | 0.92% | 0.83% | - |
| XYZ | 12.5 | 5.62 | 62.71 | - |
| YUV | 44.81 | 222.35 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 212 | 0.92 | 0.88 | 0 | 0.17 | 237.53 | 0.84 | 0.45 |
| Hex | 12 | 1A | D4 | 5C | 58 | 0 | 11 | EE | 54 | 2D |
| Octal | 22 | 32 | 324 | 134 | 130 | 0 | 21 | 356 | 124 | 55 |
| Binary | 10010 | 11010 | 11010100 | 1011100 | 1011000 | 0 | 10001 | 11101110 | 1010100 | 101101 |
Color Harmonies of #121AD4
Complementary color
Monochromatic Colors of #121AD4
Black with #121AD4
Text Example
Text Example
White with #121AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121AD4; }
p { color: rgb(18,26,212); }
H1.HeaderClassName
{
color: #121AD4;
}
.AnyTagClassName
{
color: #121AD4;
}
</style>
background-color css
<style>
a { background-color: #121AD4; }
a { background-color: rgb(18,26,212); }
div.DivClassName
{
background-color: #121AD4;
}
.BgClassName
{
background-color: #121AD4;
}
</style>
border-color css
<style>
span { border-color: #121AD4; }
span { border-color: rgb(18,26,212); }
td.TdClassName
{
border-color: #121AD4;
}
.TagClassName
{
border-color: #121AD4;
}
</style>