Shades of Medium Blue #1F17CD
Tints of Medium Blue #1F17CD
RGB
CMYK
RGB Variations
Color information
#1F17CD (or 0x1F17CD) is known color: Medium Blue. HEX triplet: 1F, 17 and CD. RGB value is (31,23,205). Sum of RGB (Red+Green+Blue) = 31+23+205=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 205 (80.47% from 255 or 79.15% from 259); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F17CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F17CD is #E0E832. Grayscale: #2D2D2D. Windows color (decimal): -14739507 or 13440799. OLE color: 13440799.
HSL color Cylindrical-coordinate representation of color #1F17CD: hue angle of 242.64º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F17CD is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 23 | 205 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.20 |
| HSL | 242.64º | 0.8% | 0.45% | - |
| HSV(B) | 242.64º | 0.89% | 0.8% | - |
| XYZ | 11.89 | 5.31 | 58.16 | - |
| YUV | 46.14 | 217.65 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 205 | 0.85 | 0.89 | 0 | 0.20 | 242.64 | 0.8 | 0.45 |
| Hex | 1F | 17 | CD | 55 | 59 | 0 | 14 | F3 | 50 | 2D |
| Octal | 37 | 27 | 315 | 125 | 131 | 0 | 24 | 363 | 120 | 55 |
| Binary | 11111 | 10111 | 11001101 | 1010101 | 1011001 | 0 | 10100 | 11110011 | 1010000 | 101101 |
Color Harmonies of #1F17CD
Complementary color
Monochromatic Colors of #1F17CD
Black with #1F17CD
Text Example
Text Example
White with #1F17CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F17CD; }
p { color: rgb(31,23,205); }
H1.HeaderClassName
{
color: #1F17CD;
}
.AnyTagClassName
{
color: #1F17CD;
}
</style>
background-color css
<style>
a { background-color: #1F17CD; }
a { background-color: rgb(31,23,205); }
div.DivClassName
{
background-color: #1F17CD;
}
.BgClassName
{
background-color: #1F17CD;
}
</style>
border-color css
<style>
span { border-color: #1F17CD; }
span { border-color: rgb(31,23,205); }
td.TdClassName
{
border-color: #1F17CD;
}
.TagClassName
{
border-color: #1F17CD;
}
</style>