Shades of Medium Blue #1216DC
Tints of Medium Blue #1216DC
RGB
CMYK
RGB Variations
Color information
#1216DC (or 0x1216DC) is known color: Medium Blue. HEX triplet: 12, 16 and DC. RGB value is (18,22,220). Sum of RGB (Red+Green+Blue) = 18+22+220=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 220 (86.33% from 255 or 84.62% from 260); Max value from RGB is 220 - color contains mainly: blue. Hex color #1216DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1216DC is #EDE923. Grayscale: #2A2A2A. Windows color (decimal): -15591716 or 14423570. OLE color: 14423570.
HSL color Cylindrical-coordinate representation of color #1216DC: hue angle of 238.81º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1216DC is Cyan = 0.92, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 22 | 220 | - |
| CMYK | 0.92 | 0.9 | 0 | 0.14 |
| HSL | 238.81º | 0.85% | 0.47% | - |
| HSV(B) | 238.81º | 0.92% | 0.86% | - |
| XYZ | 13.45 | 5.87 | 68.13 | - |
| YUV | 43.38 | 227.67 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 22 | 220 | 0.92 | 0.9 | 0 | 0.14 | 238.81 | 0.85 | 0.47 |
| Hex | 12 | 16 | DC | 5C | 5A | 0 | E | EF | 55 | 2F |
| Octal | 22 | 26 | 334 | 134 | 132 | 0 | 16 | 357 | 125 | 57 |
| Binary | 10010 | 10110 | 11011100 | 1011100 | 1011010 | 0 | 1110 | 11101111 | 1010101 | 101111 |
Color Harmonies of #1216DC
Complementary color
Monochromatic Colors of #1216DC
Black with #1216DC
Text Example
Text Example
White with #1216DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1216DC; }
p { color: rgb(18,22,220); }
H1.HeaderClassName
{
color: #1216DC;
}
.AnyTagClassName
{
color: #1216DC;
}
</style>
background-color css
<style>
a { background-color: #1216DC; }
a { background-color: rgb(18,22,220); }
div.DivClassName
{
background-color: #1216DC;
}
.BgClassName
{
background-color: #1216DC;
}
</style>
border-color css
<style>
span { border-color: #1216DC; }
span { border-color: rgb(18,22,220); }
td.TdClassName
{
border-color: #1216DC;
}
.TagClassName
{
border-color: #1216DC;
}
</style>