Shades of Medium Blue #1F17CE
Tints of Medium Blue #1F17CE
RGB
CMYK
RGB Variations
Color information
#1F17CE (or 0x1F17CE) is known color: Medium Blue. HEX triplet: 1F, 17 and CE. RGB value is (31,23,206). Sum of RGB (Red+Green+Blue) = 31+23+206=260 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.92% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F17CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F17CE is #E0E831. Grayscale: #2D2D2D. Windows color (decimal): -14739506 or 13506335. OLE color: 13506335.
HSL color Cylindrical-coordinate representation of color #1F17CE: hue angle of 242.62º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F17CE is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 23 | 206 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.19 |
| HSL | 242.62º | 0.8% | 0.45% | - |
| HSV(B) | 242.62º | 0.89% | 0.81% | - |
| XYZ | 12.01 | 5.36 | 58.79 | - |
| YUV | 46.25 | 218.15 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 206 | 0.85 | 0.89 | 0 | 0.19 | 242.62 | 0.8 | 0.45 |
| Hex | 1F | 17 | CE | 55 | 59 | 0 | 13 | F3 | 50 | 2D |
| Octal | 37 | 27 | 316 | 125 | 131 | 0 | 23 | 363 | 120 | 55 |
| Binary | 11111 | 10111 | 11001110 | 1010101 | 1011001 | 0 | 10011 | 11110011 | 1010000 | 101101 |
Color Harmonies of #1F17CE
Complementary color
Monochromatic Colors of #1F17CE
Black with #1F17CE
Text Example
Text Example
White with #1F17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F17CE; }
p { color: rgb(31,23,206); }
H1.HeaderClassName
{
color: #1F17CE;
}
.AnyTagClassName
{
color: #1F17CE;
}
</style>
background-color css
<style>
a { background-color: #1F17CE; }
a { background-color: rgb(31,23,206); }
div.DivClassName
{
background-color: #1F17CE;
}
.BgClassName
{
background-color: #1F17CE;
}
</style>
border-color css
<style>
span { border-color: #1F17CE; }
span { border-color: rgb(31,23,206); }
td.TdClassName
{
border-color: #1F17CE;
}
.TagClassName
{
border-color: #1F17CE;
}
</style>