Shades of Blue #172CFE
Tints of Blue #172CFE
RGB
CMYK
RGB Variations
Color information
#172CFE (or 0x172CFE) is known color: Blue. HEX triplet: 17, 2C and FE. RGB value is (23,44,254). Sum of RGB (Red+Green+Blue) = 23+44+254=321 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.17% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #172CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172CFE is #E8D301. Grayscale: #3C3C3C. Windows color (decimal): -15258370 or 16657431. OLE color: 16657431.
HSL color Cylindrical-coordinate representation of color #172CFE: hue angle of 234.55º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #172CFE is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 44 | 254 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.00 |
| HSL | 234.55º | 0.99% | 0.54% | - |
| HSV(B) | 234.55º | 0.91% | 1% | - |
| XYZ | 19.14 | 9.14 | 94.52 | - |
| YUV | 61.66 | 236.54 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 254 | 0.91 | 0.83 | 0 | 0.00 | 234.55 | 0.99 | 0.54 |
| Hex | 17 | 2C | FE | 5B | 53 | 0 | 0 | EB | 63 | 36 |
| Octal | 27 | 54 | 376 | 133 | 123 | 0 | 0 | 353 | 143 | 66 |
| Binary | 10111 | 101100 | 11111110 | 1011011 | 1010011 | 0 | 0 | 11101011 | 1100011 | 110110 |
Color Harmonies of #172CFE
Complementary color
Monochromatic Colors of #172CFE
Black with #172CFE
Text Example
Text Example
White with #172CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172CFE; }
p { color: rgb(23,44,254); }
H1.HeaderClassName
{
color: #172CFE;
}
.AnyTagClassName
{
color: #172CFE;
}
</style>
background-color css
<style>
a { background-color: #172CFE; }
a { background-color: rgb(23,44,254); }
div.DivClassName
{
background-color: #172CFE;
}
.BgClassName
{
background-color: #172CFE;
}
</style>
border-color css
<style>
span { border-color: #172CFE; }
span { border-color: rgb(23,44,254); }
td.TdClassName
{
border-color: #172CFE;
}
.TagClassName
{
border-color: #172CFE;
}
</style>