Shades of Medium Blue #121ED8
Tints of Medium Blue #121ED8
RGB
CMYK
RGB Variations
Color information
#121ED8 (or 0x121ED8) is known color: Medium Blue. HEX triplet: 12, 1E and D8. RGB value is (18,30,216). Sum of RGB (Red+Green+Blue) = 18+30+216=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 216 (84.77% from 255 or 81.82% from 264); Max value from RGB is 216 - color contains mainly: blue. Hex color #121ED8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ED8 is #EDE127. Grayscale: #2E2E2E. Windows color (decimal): -15589672 or 14163474. OLE color: 14163474.
HSL color Cylindrical-coordinate representation of color #121ED8: hue angle of 236.36º 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 #121ED8 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 30 | 216 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.15 |
| HSL | 236.36º | 0.85% | 0.46% | - |
| HSV(B) | 236.36º | 0.92% | 0.85% | - |
| XYZ | 13.11 | 6.02 | 65.44 | - |
| YUV | 47.62 | 223.02 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 216 | 0.92 | 0.86 | 0 | 0.15 | 236.36 | 0.85 | 0.46 |
| Hex | 12 | 1E | D8 | 5C | 56 | 0 | F | EC | 55 | 2E |
| Octal | 22 | 36 | 330 | 134 | 126 | 0 | 17 | 354 | 125 | 56 |
| Binary | 10010 | 11110 | 11011000 | 1011100 | 1010110 | 0 | 1111 | 11101100 | 1010101 | 101110 |
Color Harmonies of #121ED8
Complementary color
Monochromatic Colors of #121ED8
Black with #121ED8
Text Example
Text Example
White with #121ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121ED8; }
p { color: rgb(18,30,216); }
H1.HeaderClassName
{
color: #121ED8;
}
.AnyTagClassName
{
color: #121ED8;
}
</style>
background-color css
<style>
a { background-color: #121ED8; }
a { background-color: rgb(18,30,216); }
div.DivClassName
{
background-color: #121ED8;
}
.BgClassName
{
background-color: #121ED8;
}
</style>
border-color css
<style>
span { border-color: #121ED8; }
span { border-color: rgb(18,30,216); }
td.TdClassName
{
border-color: #121ED8;
}
.TagClassName
{
border-color: #121ED8;
}
</style>