Shades of Blue #172FFC
Tints of Blue #172FFC
RGB
CMYK
RGB Variations
Color information
#172FFC (or 0x172FFC) is known color: Blue. HEX triplet: 17, 2F and FC. RGB value is (23,47,252). Sum of RGB (Red+Green+Blue) = 23+47+252=322 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.14% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 252 (98.83% from 255 or 78.26% from 322); Max value from RGB is 252 - color contains mainly: blue. Hex color #172FFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172FFC is #E8D003. Grayscale: #3E3E3E. Windows color (decimal): -15257604 or 16527127. OLE color: 16527127.
HSL color Cylindrical-coordinate representation of color #172FFC: hue angle of 233.71º 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 #172FFC is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 47 | 252 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.01 |
| HSL | 233.71º | 0.97% | 0.54% | - |
| HSV(B) | 233.71º | 0.91% | 0.99% | - |
| XYZ | 18.94 | 9.24 | 92.88 | - |
| YUV | 63.19 | 234.55 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 252 | 0.91 | 0.81 | 0 | 0.01 | 233.71 | 0.97 | 0.54 |
| Hex | 17 | 2F | FC | 5B | 51 | 0 | 1 | EA | 61 | 36 |
| Octal | 27 | 57 | 374 | 133 | 121 | 0 | 1 | 352 | 141 | 66 |
| Binary | 10111 | 101111 | 11111100 | 1011011 | 1010001 | 0 | 1 | 11101010 | 1100001 | 110110 |
Color Harmonies of #172FFC
Complementary color
Monochromatic Colors of #172FFC
Black with #172FFC
Text Example
Text Example
White with #172FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172FFC; }
p { color: rgb(23,47,252); }
H1.HeaderClassName
{
color: #172FFC;
}
.AnyTagClassName
{
color: #172FFC;
}
</style>
background-color css
<style>
a { background-color: #172FFC; }
a { background-color: rgb(23,47,252); }
div.DivClassName
{
background-color: #172FFC;
}
.BgClassName
{
background-color: #172FFC;
}
</style>
border-color css
<style>
span { border-color: #172FFC; }
span { border-color: rgb(23,47,252); }
td.TdClassName
{
border-color: #172FFC;
}
.TagClassName
{
border-color: #172FFC;
}
</style>