Shades of Medium Blue #1F17D1
Tints of Medium Blue #1F17D1
RGB
CMYK
RGB Variations
Color information
#1F17D1 (or 0x1F17D1) is known color: Medium Blue. HEX triplet: 1F, 17 and D1. RGB value is (31,23,209). Sum of RGB (Red+Green+Blue) = 31+23+209=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 209 (82.03% from 255 or 79.47% from 263); Max value from RGB is 209 - color contains mainly: blue. Hex color #1F17D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F17D1 is #E0E82E. Grayscale: #2D2D2D. Windows color (decimal): -14739503 or 13702943. OLE color: 13702943.
HSL color Cylindrical-coordinate representation of color #1F17D1: hue angle of 242.58º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F17D1 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 23 | 209 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.18 |
| HSL | 242.58º | 0.8% | 0.45% | - |
| HSV(B) | 242.58º | 0.89% | 0.82% | - |
| XYZ | 12.38 | 5.51 | 60.73 | - |
| YUV | 46.6 | 219.65 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 209 | 0.85 | 0.89 | 0 | 0.18 | 242.58 | 0.8 | 0.45 |
| Hex | 1F | 17 | D1 | 55 | 59 | 0 | 12 | F3 | 50 | 2D |
| Octal | 37 | 27 | 321 | 125 | 131 | 0 | 22 | 363 | 120 | 55 |
| Binary | 11111 | 10111 | 11010001 | 1010101 | 1011001 | 0 | 10010 | 11110011 | 1010000 | 101101 |
Color Harmonies of #1F17D1
Complementary color
Monochromatic Colors of #1F17D1
Black with #1F17D1
Text Example
Text Example
White with #1F17D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F17D1; }
p { color: rgb(31,23,209); }
H1.HeaderClassName
{
color: #1F17D1;
}
.AnyTagClassName
{
color: #1F17D1;
}
</style>
background-color css
<style>
a { background-color: #1F17D1; }
a { background-color: rgb(31,23,209); }
div.DivClassName
{
background-color: #1F17D1;
}
.BgClassName
{
background-color: #1F17D1;
}
</style>
border-color css
<style>
span { border-color: #1F17D1; }
span { border-color: rgb(31,23,209); }
td.TdClassName
{
border-color: #1F17D1;
}
.TagClassName
{
border-color: #1F17D1;
}
</style>