Shades of Medium Blue #1217CE
Tints of Medium Blue #1217CE
RGB
CMYK
RGB Variations
Color information
#1217CE (or 0x1217CE) is known color: Medium Blue. HEX triplet: 12, 17 and CE. RGB value is (18,23,206). Sum of RGB (Red+Green+Blue) = 18+23+206=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 206 (80.86% from 255 or 83.40% from 247); Max value from RGB is 206 - color contains mainly: blue. Hex color #1217CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1217CE is #EDE831. Grayscale: #292929. Windows color (decimal): -15591474 or 13506322. OLE color: 13506322.
HSL color Cylindrical-coordinate representation of color #1217CE: hue angle of 238.4º 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 #1217CE is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 23 | 206 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.19 |
| HSL | 238.4º | 0.84% | 0.44% | - |
| HSV(B) | 238.4º | 0.91% | 0.81% | - |
| XYZ | 11.7 | 5.2 | 58.78 | - |
| YUV | 42.37 | 220.34 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 206 | 0.91 | 0.89 | 0 | 0.19 | 238.4 | 0.84 | 0.44 |
| Hex | 12 | 17 | CE | 5B | 59 | 0 | 13 | EE | 54 | 2C |
| Octal | 22 | 27 | 316 | 133 | 131 | 0 | 23 | 356 | 124 | 54 |
| Binary | 10010 | 10111 | 11001110 | 1011011 | 1011001 | 0 | 10011 | 11101110 | 1010100 | 101100 |
Color Harmonies of #1217CE
Complementary color
Monochromatic Colors of #1217CE
Black with #1217CE
Text Example
Text Example
White with #1217CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1217CE; }
p { color: rgb(18,23,206); }
H1.HeaderClassName
{
color: #1217CE;
}
.AnyTagClassName
{
color: #1217CE;
}
</style>
background-color css
<style>
a { background-color: #1217CE; }
a { background-color: rgb(18,23,206); }
div.DivClassName
{
background-color: #1217CE;
}
.BgClassName
{
background-color: #1217CE;
}
</style>
border-color css
<style>
span { border-color: #1217CE; }
span { border-color: rgb(18,23,206); }
td.TdClassName
{
border-color: #1217CE;
}
.TagClassName
{
border-color: #1217CE;
}
</style>