Shades of Medium Blue #1F17D6
Tints of Medium Blue #1F17D6
RGB
CMYK
RGB Variations
Color information
#1F17D6 (or 0x1F17D6) is known color: Medium Blue. HEX triplet: 1F, 17 and D6. RGB value is (31,23,214). Sum of RGB (Red+Green+Blue) = 31+23+214=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 214 (83.98% from 255 or 79.85% from 268); Max value from RGB is 214 - color contains mainly: blue. Hex color #1F17D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F17D6 is #E0E829. Grayscale: #2E2E2E. Windows color (decimal): -14739498 or 14030623. OLE color: 14030623.
HSL color Cylindrical-coordinate representation of color #1F17D6: hue angle of 242.51º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F17D6 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 23 | 214 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.16 |
| HSL | 242.51º | 0.81% | 0.46% | - |
| HSV(B) | 242.51º | 0.89% | 0.84% | - |
| XYZ | 13.01 | 5.76 | 64.04 | - |
| YUV | 47.17 | 222.15 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 214 | 0.86 | 0.89 | 0 | 0.16 | 242.51 | 0.81 | 0.46 |
| Hex | 1F | 17 | D6 | 56 | 59 | 0 | 10 | F3 | 51 | 2E |
| Octal | 37 | 27 | 326 | 126 | 131 | 0 | 20 | 363 | 121 | 56 |
| Binary | 11111 | 10111 | 11010110 | 1010110 | 1011001 | 0 | 10000 | 11110011 | 1010001 | 101110 |
Color Harmonies of #1F17D6
Complementary color
Monochromatic Colors of #1F17D6
Black with #1F17D6
Text Example
Text Example
White with #1F17D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F17D6; }
p { color: rgb(31,23,214); }
H1.HeaderClassName
{
color: #1F17D6;
}
.AnyTagClassName
{
color: #1F17D6;
}
</style>
background-color css
<style>
a { background-color: #1F17D6; }
a { background-color: rgb(31,23,214); }
div.DivClassName
{
background-color: #1F17D6;
}
.BgClassName
{
background-color: #1F17D6;
}
</style>
border-color css
<style>
span { border-color: #1F17D6; }
span { border-color: rgb(31,23,214); }
td.TdClassName
{
border-color: #1F17D6;
}
.TagClassName
{
border-color: #1F17D6;
}
</style>