Shades of Blue #172AFE
Tints of Blue #172AFE
RGB
CMYK
RGB Variations
Color information
#172AFE (or 0x172AFE) is known color: Blue. HEX triplet: 17, 2A and FE. RGB value is (23,42,254). Sum of RGB (Red+Green+Blue) = 23+42+254=319 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.21% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 254 (99.61% from 255 or 79.62% from 319); Max value from RGB is 254 - color contains mainly: blue. Hex color #172AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172AFE is #E8D501. Grayscale: #3B3B3B. Windows color (decimal): -15258882 or 16656919. OLE color: 16656919.
HSL color Cylindrical-coordinate representation of color #172AFE: hue angle of 235.06º 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 #172AFE is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 42 | 254 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.00 |
| HSL | 235.06º | 0.99% | 0.54% | - |
| HSV(B) | 235.06º | 0.91% | 1% | - |
| XYZ | 19.07 | 8.99 | 94.5 | - |
| YUV | 60.49 | 237.21 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 254 | 0.91 | 0.83 | 0 | 0.00 | 235.06 | 0.99 | 0.54 |
| Hex | 17 | 2A | FE | 5B | 53 | 0 | 0 | EB | 63 | 36 |
| Octal | 27 | 52 | 376 | 133 | 123 | 0 | 0 | 353 | 143 | 66 |
| Binary | 10111 | 101010 | 11111110 | 1011011 | 1010011 | 0 | 0 | 11101011 | 1100011 | 110110 |
Color Harmonies of #172AFE
Complementary color
Monochromatic Colors of #172AFE
Black with #172AFE
Text Example
Text Example
White with #172AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172AFE; }
p { color: rgb(23,42,254); }
H1.HeaderClassName
{
color: #172AFE;
}
.AnyTagClassName
{
color: #172AFE;
}
</style>
background-color css
<style>
a { background-color: #172AFE; }
a { background-color: rgb(23,42,254); }
div.DivClassName
{
background-color: #172AFE;
}
.BgClassName
{
background-color: #172AFE;
}
</style>
border-color css
<style>
span { border-color: #172AFE; }
span { border-color: rgb(23,42,254); }
td.TdClassName
{
border-color: #172AFE;
}
.TagClassName
{
border-color: #172AFE;
}
</style>