Shades of Medium Blue #1217DC
Tints of Medium Blue #1217DC
RGB
CMYK
RGB Variations
Color information
#1217DC (or 0x1217DC) is known color: Medium Blue. HEX triplet: 12, 17 and DC. RGB value is (18,23,220). Sum of RGB (Red+Green+Blue) = 18+23+220=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 220 (86.33% from 255 or 84.29% from 261); Max value from RGB is 220 - color contains mainly: blue. Hex color #1217DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1217DC is #EDE823. Grayscale: #2B2B2B. Windows color (decimal): -15591460 or 14423826. OLE color: 14423826.
HSL color Cylindrical-coordinate representation of color #1217DC: hue angle of 238.51º 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 #1217DC is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 23 | 220 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.14 |
| HSL | 238.51º | 0.85% | 0.47% | - |
| HSV(B) | 238.51º | 0.92% | 0.86% | - |
| XYZ | 13.47 | 5.91 | 68.14 | - |
| YUV | 43.96 | 227.34 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 220 | 0.92 | 0.90 | 0 | 0.14 | 238.51 | 0.85 | 0.47 |
| Hex | 12 | 17 | DC | 5C | 5A | 0 | E | EF | 55 | 2F |
| Octal | 22 | 27 | 334 | 134 | 132 | 0 | 16 | 357 | 125 | 57 |
| Binary | 10010 | 10111 | 11011100 | 1011100 | 1011010 | 0 | 1110 | 11101111 | 1010101 | 101111 |
Color Harmonies of #1217DC
Complementary color
Monochromatic Colors of #1217DC
Black with #1217DC
Text Example
Text Example
White with #1217DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1217DC; }
p { color: rgb(18,23,220); }
H1.HeaderClassName
{
color: #1217DC;
}
.AnyTagClassName
{
color: #1217DC;
}
</style>
background-color css
<style>
a { background-color: #1217DC; }
a { background-color: rgb(18,23,220); }
div.DivClassName
{
background-color: #1217DC;
}
.BgClassName
{
background-color: #1217DC;
}
</style>
border-color css
<style>
span { border-color: #1217DC; }
span { border-color: rgb(18,23,220); }
td.TdClassName
{
border-color: #1217DC;
}
.TagClassName
{
border-color: #1217DC;
}
</style>