Shades of Medium Blue #121DDE
Tints of Medium Blue #121DDE
RGB
CMYK
RGB Variations
Color information
#121DDE (or 0x121DDE) is known color: Medium Blue. HEX triplet: 12, 1D and DE. RGB value is (18,29,222). Sum of RGB (Red+Green+Blue) = 18+29+222=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 222 (87.11% from 255 or 82.53% from 269); Max value from RGB is 222 - color contains mainly: blue. Hex color #121DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121DDE is #EDE221. Grayscale: #2E2E2E. Windows color (decimal): -15589922 or 14556434. OLE color: 14556434.
HSL color Cylindrical-coordinate representation of color #121DDE: hue angle of 236.76º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #121DDE is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 29 | 222 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.13 |
| HSL | 236.76º | 0.85% | 0.47% | - |
| HSV(B) | 236.76º | 0.92% | 0.87% | - |
| XYZ | 13.87 | 6.28 | 69.59 | - |
| YUV | 47.71 | 226.36 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 222 | 0.92 | 0.87 | 0 | 0.13 | 236.76 | 0.85 | 0.47 |
| Hex | 12 | 1D | DE | 5C | 57 | 0 | D | ED | 55 | 2F |
| Octal | 22 | 35 | 336 | 134 | 127 | 0 | 15 | 355 | 125 | 57 |
| Binary | 10010 | 11101 | 11011110 | 1011100 | 1010111 | 0 | 1101 | 11101101 | 1010101 | 101111 |
Color Harmonies of #121DDE
Complementary color
Monochromatic Colors of #121DDE
Black with #121DDE
Text Example
Text Example
White with #121DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121DDE; }
p { color: rgb(18,29,222); }
H1.HeaderClassName
{
color: #121DDE;
}
.AnyTagClassName
{
color: #121DDE;
}
</style>
background-color css
<style>
a { background-color: #121DDE; }
a { background-color: rgb(18,29,222); }
div.DivClassName
{
background-color: #121DDE;
}
.BgClassName
{
background-color: #121DDE;
}
</style>
border-color css
<style>
span { border-color: #121DDE; }
span { border-color: rgb(18,29,222); }
td.TdClassName
{
border-color: #121DDE;
}
.TagClassName
{
border-color: #121DDE;
}
</style>