Shades of Blue #1F17FF
Tints of Blue #1F17FF
RGB
CMYK
RGB Variations
Color information
#1F17FF (or 0x1F17FF) is known color: Blue. HEX triplet: 1F, 17 and FF. RGB value is (31,23,255). Sum of RGB (Red+Green+Blue) = 31+23+255=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 255 (100% from 255 or 82.52% from 309); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F17FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1F17FF is #E0E800. Grayscale: #323232. Windows color (decimal): -14739457 or 16717599. OLE color: 16717599.
HSL color Cylindrical-coordinate representation of color #1F17FF: hue angle of 242.07º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F17FF is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 23 | 255 | - |
| CMYK | 0.88 | 0.91 | 0 | 0 |
| HSL | 242.07º | 1% | 0.55% | - |
| HSV(B) | 242.07º | 0.91% | 1% | - |
| XYZ | 18.92 | 8.12 | 95.18 | - |
| YUV | 51.84 | 242.65 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 255 | 0.88 | 0.91 | 0 | 0 | 242.07 | 1 | 0.55 |
| Hex | 1F | 17 | FF | 58 | 5B | 0 | 0 | F2 | 64 | 37 |
| Octal | 37 | 27 | 377 | 130 | 133 | 0 | 0 | 362 | 144 | 67 |
| Binary | 11111 | 10111 | 11111111 | 1011000 | 1011011 | 0 | 0 | 11110010 | 1100100 | 110111 |
Color Harmonies of #1F17FF
Complementary color
Monochromatic Colors of #1F17FF
Black with #1F17FF
Text Example
Text Example
White with #1F17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F17FF; }
p { color: rgb(31,23,255); }
H1.HeaderClassName
{
color: #1F17FF;
}
.AnyTagClassName
{
color: #1F17FF;
}
</style>
background-color css
<style>
a { background-color: #1F17FF; }
a { background-color: rgb(31,23,255); }
div.DivClassName
{
background-color: #1F17FF;
}
.BgClassName
{
background-color: #1F17FF;
}
</style>
border-color css
<style>
span { border-color: #1F17FF; }
span { border-color: rgb(31,23,255); }
td.TdClassName
{
border-color: #1F17FF;
}
.TagClassName
{
border-color: #1F17FF;
}
</style>