Shades of Medium Blue #1712DF
Tints of Medium Blue #1712DF
RGB
CMYK
RGB Variations
Color information
#1712DF (or 0x1712DF) is known color: Medium Blue. HEX triplet: 17, 12 and DF. RGB value is (23,18,223). Sum of RGB (Red+Green+Blue) = 23+18+223=264 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.71% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 223 (87.5% from 255 or 84.47% from 264); Max value from RGB is 223 - color contains mainly: blue. Hex color #1712DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1712DF is #E8ED20. Grayscale: #2A2A2A. Windows color (decimal): -15265057 or 14619159. OLE color: 14619159.
HSL color Cylindrical-coordinate representation of color #1712DF: hue angle of 241.46º 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 #1712DF is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 18 | 223 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.13 |
| HSL | 241.46º | 0.85% | 0.47% | - |
| HSV(B) | 241.46º | 0.92% | 0.87% | - |
| XYZ | 13.89 | 5.94 | 70.23 | - |
| YUV | 42.87 | 229.66 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 18 | 223 | 0.90 | 0.92 | 0 | 0.13 | 241.46 | 0.85 | 0.47 |
| Hex | 17 | 12 | DF | 5A | 5C | 0 | D | F1 | 55 | 2F |
| Octal | 27 | 22 | 337 | 132 | 134 | 0 | 15 | 361 | 125 | 57 |
| Binary | 10111 | 10010 | 11011111 | 1011010 | 1011100 | 0 | 1101 | 11110001 | 1010101 | 101111 |
Color Harmonies of #1712DF
Complementary color
Monochromatic Colors of #1712DF
Black with #1712DF
Text Example
Text Example
White with #1712DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1712DF; }
p { color: rgb(23,18,223); }
H1.HeaderClassName
{
color: #1712DF;
}
.AnyTagClassName
{
color: #1712DF;
}
</style>
background-color css
<style>
a { background-color: #1712DF; }
a { background-color: rgb(23,18,223); }
div.DivClassName
{
background-color: #1712DF;
}
.BgClassName
{
background-color: #1712DF;
}
</style>
border-color css
<style>
span { border-color: #1712DF; }
span { border-color: rgb(23,18,223); }
td.TdClassName
{
border-color: #1712DF;
}
.TagClassName
{
border-color: #1712DF;
}
</style>