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