Shades of Medium Blue #1216DE
Tints of Medium Blue #1216DE
RGB
CMYK
RGB Variations
Color information
#1216DE (or 0x1216DE) is known color: Medium Blue. HEX triplet: 12, 16 and DE. RGB value is (18,22,222). Sum of RGB (Red+Green+Blue) = 18+22+222=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 222 (87.11% from 255 or 84.73% from 262); Max value from RGB is 222 - color contains mainly: blue. Hex color #1216DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1216DE is #EDE921. Grayscale: #2A2A2A. Windows color (decimal): -15591714 or 14554642. OLE color: 14554642.
HSL color Cylindrical-coordinate representation of color #1216DE: hue angle of 238.82º 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 #1216DE is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 22 | 222 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.13 |
| HSL | 238.82º | 0.85% | 0.47% | - |
| HSV(B) | 238.82º | 0.92% | 0.87% | - |
| XYZ | 13.72 | 5.98 | 69.54 | - |
| YUV | 43.6 | 228.67 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 222 | 0.92 | 0.90 | 0 | 0.13 | 238.82 | 0.85 | 0.47 |
| Hex | 12 | 16 | DE | 5C | 5A | 0 | D | EF | 55 | 2F |
| Octal | 22 | 26 | 336 | 134 | 132 | 0 | 15 | 357 | 125 | 57 |
| Binary | 10010 | 10110 | 11011110 | 1011100 | 1011010 | 0 | 1101 | 11101111 | 1010101 | 101111 |
Color Harmonies of #1216DE
Complementary color
Monochromatic Colors of #1216DE
Black with #1216DE
Text Example
Text Example
White with #1216DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1216DE; }
p { color: rgb(18,22,222); }
H1.HeaderClassName
{
color: #1216DE;
}
.AnyTagClassName
{
color: #1216DE;
}
</style>
background-color css
<style>
a { background-color: #1216DE; }
a { background-color: rgb(18,22,222); }
div.DivClassName
{
background-color: #1216DE;
}
.BgClassName
{
background-color: #1216DE;
}
</style>
border-color css
<style>
span { border-color: #1216DE; }
span { border-color: rgb(18,22,222); }
td.TdClassName
{
border-color: #1216DE;
}
.TagClassName
{
border-color: #1216DE;
}
</style>