Shades of Blue #171CF5
Tints of Blue #171CF5
RGB
CMYK
RGB Variations
Color information
#171CF5 (or 0x171CF5) is known color: Blue. HEX triplet: 17, 1C and F5. RGB value is (23,28,245). Sum of RGB (Red+Green+Blue) = 23+28+245=296 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.77% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 245 (96.09% from 255 or 82.77% from 296); Max value from RGB is 245 - color contains mainly: blue. Hex color #171CF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171CF5 is #E8E30A. Grayscale: #323232. Windows color (decimal): -15262475 or 16063511. OLE color: 16063511.
HSL color Cylindrical-coordinate representation of color #171CF5: hue angle of 238.65º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #171CF5 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 28 | 245 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.04 |
| HSL | 238.65º | 0.92% | 0.53% | - |
| HSV(B) | 238.65º | 0.91% | 0.96% | - |
| XYZ | 17.25 | 7.61 | 86.94 | - |
| YUV | 51.24 | 237.34 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 245 | 0.91 | 0.89 | 0 | 0.04 | 238.65 | 0.92 | 0.53 |
| Hex | 17 | 1C | F5 | 5B | 59 | 0 | 4 | EF | 5C | 35 |
| Octal | 27 | 34 | 365 | 133 | 131 | 0 | 4 | 357 | 134 | 65 |
| Binary | 10111 | 11100 | 11110101 | 1011011 | 1011001 | 0 | 100 | 11101111 | 1011100 | 110101 |
Color Harmonies of #171CF5
Complementary color
Monochromatic Colors of #171CF5
Black with #171CF5
Text Example
Text Example
White with #171CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171CF5; }
p { color: rgb(23,28,245); }
H1.HeaderClassName
{
color: #171CF5;
}
.AnyTagClassName
{
color: #171CF5;
}
</style>
background-color css
<style>
a { background-color: #171CF5; }
a { background-color: rgb(23,28,245); }
div.DivClassName
{
background-color: #171CF5;
}
.BgClassName
{
background-color: #171CF5;
}
</style>
border-color css
<style>
span { border-color: #171CF5; }
span { border-color: rgb(23,28,245); }
td.TdClassName
{
border-color: #171CF5;
}
.TagClassName
{
border-color: #171CF5;
}
</style>