Shades of Medium Blue #121ECE
Tints of Medium Blue #121ECE
RGB
CMYK
RGB Variations
Color information
#121ECE (or 0x121ECE) is known color: Medium Blue. HEX triplet: 12, 1E and CE. RGB value is (18,30,206). Sum of RGB (Red+Green+Blue) = 18+30+206=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 206 (80.86% from 255 or 81.10% from 254); Max value from RGB is 206 - color contains mainly: blue. Hex color #121ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121ECE is #EDE131. Grayscale: #2D2D2D. Windows color (decimal): -15589682 or 13508114. OLE color: 13508114.
HSL color Cylindrical-coordinate representation of color #121ECE: hue angle of 236.17º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #121ECE is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 30 | 206 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.19 |
| HSL | 236.17º | 0.84% | 0.44% | - |
| HSV(B) | 236.17º | 0.91% | 0.81% | - |
| XYZ | 11.85 | 5.51 | 58.83 | - |
| YUV | 46.48 | 218.02 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 206 | 0.91 | 0.85 | 0 | 0.19 | 236.17 | 0.84 | 0.44 |
| Hex | 12 | 1E | CE | 5B | 55 | 0 | 13 | EC | 54 | 2C |
| Octal | 22 | 36 | 316 | 133 | 125 | 0 | 23 | 354 | 124 | 54 |
| Binary | 10010 | 11110 | 11001110 | 1011011 | 1010101 | 0 | 10011 | 11101100 | 1010100 | 101100 |
Color Harmonies of #121ECE
Complementary color
Monochromatic Colors of #121ECE
Black with #121ECE
Text Example
Text Example
White with #121ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121ECE; }
p { color: rgb(18,30,206); }
H1.HeaderClassName
{
color: #121ECE;
}
.AnyTagClassName
{
color: #121ECE;
}
</style>
background-color css
<style>
a { background-color: #121ECE; }
a { background-color: rgb(18,30,206); }
div.DivClassName
{
background-color: #121ECE;
}
.BgClassName
{
background-color: #121ECE;
}
</style>
border-color css
<style>
span { border-color: #121ECE; }
span { border-color: rgb(18,30,206); }
td.TdClassName
{
border-color: #121ECE;
}
.TagClassName
{
border-color: #121ECE;
}
</style>