Shades of Blue #171FFC
Tints of Blue #171FFC
RGB
CMYK
RGB Variations
Color information
#171FFC (or 0x171FFC) is known color: Blue. HEX triplet: 17, 1F and FC. RGB value is (23,31,252). Sum of RGB (Red+Green+Blue) = 23+31+252=306 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.52% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 252 (98.83% from 255 or 82.35% from 306); Max value from RGB is 252 - color contains mainly: blue. Hex color #171FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171FFC is #E8E003. Grayscale: #343434. Windows color (decimal): -15261700 or 16523031. OLE color: 16523031.
HSL color Cylindrical-coordinate representation of color #171FFC: hue angle of 237.9º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #171FFC is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 31 | 252 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.01 |
| HSL | 237.9º | 0.97% | 0.54% | - |
| HSV(B) | 237.9º | 0.91% | 0.99% | - |
| XYZ | 18.41 | 8.19 | 92.71 | - |
| YUV | 53.8 | 239.85 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 252 | 0.91 | 0.88 | 0 | 0.01 | 237.9 | 0.97 | 0.54 |
| Hex | 17 | 1F | FC | 5B | 58 | 0 | 1 | EE | 61 | 36 |
| Octal | 27 | 37 | 374 | 133 | 130 | 0 | 1 | 356 | 141 | 66 |
| Binary | 10111 | 11111 | 11111100 | 1011011 | 1011000 | 0 | 1 | 11101110 | 1100001 | 110110 |
Color Harmonies of #171FFC
Complementary color
Monochromatic Colors of #171FFC
Black with #171FFC
Text Example
Text Example
White with #171FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171FFC; }
p { color: rgb(23,31,252); }
H1.HeaderClassName
{
color: #171FFC;
}
.AnyTagClassName
{
color: #171FFC;
}
</style>
background-color css
<style>
a { background-color: #171FFC; }
a { background-color: rgb(23,31,252); }
div.DivClassName
{
background-color: #171FFC;
}
.BgClassName
{
background-color: #171FFC;
}
</style>
border-color css
<style>
span { border-color: #171FFC; }
span { border-color: rgb(23,31,252); }
td.TdClassName
{
border-color: #171FFC;
}
.TagClassName
{
border-color: #171FFC;
}
</style>