Shades of Blue #172EF8
Tints of Blue #172EF8
RGB
CMYK
RGB Variations
Color information
#172EF8 (or 0x172EF8) is known color: Blue. HEX triplet: 17, 2E and F8. RGB value is (23,46,248). Sum of RGB (Red+Green+Blue) = 23+46+248=317 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.26% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 248 (97.27% from 255 or 78.23% from 317); Max value from RGB is 248 - color contains mainly: blue. Hex color #172EF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172EF8 is #E8D107. Grayscale: #3D3D3D. Windows color (decimal): -15257864 or 16264727. OLE color: 16264727.
HSL color Cylindrical-coordinate representation of color #172EF8: hue angle of 233.87º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #172EF8 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 46 | 248 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.03 |
| HSL | 233.87º | 0.94% | 0.53% | - |
| HSV(B) | 233.87º | 0.91% | 0.97% | - |
| XYZ | 18.27 | 8.91 | 89.56 | - |
| YUV | 62.15 | 232.88 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 248 | 0.91 | 0.81 | 0 | 0.03 | 233.87 | 0.94 | 0.53 |
| Hex | 17 | 2E | F8 | 5B | 51 | 0 | 3 | EA | 5E | 35 |
| Octal | 27 | 56 | 370 | 133 | 121 | 0 | 3 | 352 | 136 | 65 |
| Binary | 10111 | 101110 | 11111000 | 1011011 | 1010001 | 0 | 11 | 11101010 | 1011110 | 110101 |
Color Harmonies of #172EF8
Complementary color
Monochromatic Colors of #172EF8
Black with #172EF8
Text Example
Text Example
White with #172EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172EF8; }
p { color: rgb(23,46,248); }
H1.HeaderClassName
{
color: #172EF8;
}
.AnyTagClassName
{
color: #172EF8;
}
</style>
background-color css
<style>
a { background-color: #172EF8; }
a { background-color: rgb(23,46,248); }
div.DivClassName
{
background-color: #172EF8;
}
.BgClassName
{
background-color: #172EF8;
}
</style>
border-color css
<style>
span { border-color: #172EF8; }
span { border-color: rgb(23,46,248); }
td.TdClassName
{
border-color: #172EF8;
}
.TagClassName
{
border-color: #172EF8;
}
</style>