Shades of Blue #172BFE
Tints of Blue #172BFE
RGB
CMYK
RGB Variations
Color information
#172BFE (or 0x172BFE) is known color: Blue. HEX triplet: 17, 2B and FE. RGB value is (23,43,254). Sum of RGB (Red+Green+Blue) = 23+43+254=320 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.19% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 254 (99.61% from 255 or 79.38% from 320); Max value from RGB is 254 - color contains mainly: blue. Hex color #172BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172BFE is #E8D401. Grayscale: #3C3C3C. Windows color (decimal): -15258626 or 16657175. OLE color: 16657175.
HSL color Cylindrical-coordinate representation of color #172BFE: hue angle of 234.81º 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 #172BFE is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 43 | 254 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.00 |
| HSL | 234.81º | 0.99% | 0.54% | - |
| HSV(B) | 234.81º | 0.91% | 1% | - |
| XYZ | 19.11 | 9.07 | 94.51 | - |
| YUV | 61.07 | 236.87 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 254 | 0.91 | 0.83 | 0 | 0.00 | 234.81 | 0.99 | 0.54 |
| Hex | 17 | 2B | FE | 5B | 53 | 0 | 0 | EB | 63 | 36 |
| Octal | 27 | 53 | 376 | 133 | 123 | 0 | 0 | 353 | 143 | 66 |
| Binary | 10111 | 101011 | 11111110 | 1011011 | 1010011 | 0 | 0 | 11101011 | 1100011 | 110110 |
Color Harmonies of #172BFE
Complementary color
Monochromatic Colors of #172BFE
Black with #172BFE
Text Example
Text Example
White with #172BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BFE; }
p { color: rgb(23,43,254); }
H1.HeaderClassName
{
color: #172BFE;
}
.AnyTagClassName
{
color: #172BFE;
}
</style>
background-color css
<style>
a { background-color: #172BFE; }
a { background-color: rgb(23,43,254); }
div.DivClassName
{
background-color: #172BFE;
}
.BgClassName
{
background-color: #172BFE;
}
</style>
border-color css
<style>
span { border-color: #172BFE; }
span { border-color: rgb(23,43,254); }
td.TdClassName
{
border-color: #172BFE;
}
.TagClassName
{
border-color: #172BFE;
}
</style>