Shades of Blue #172BFB
Tints of Blue #172BFB
RGB
CMYK
RGB Variations
Color information
#172BFB (or 0x172BFB) is known color: Blue. HEX triplet: 17, 2B and FB. RGB value is (23,43,251). Sum of RGB (Red+Green+Blue) = 23+43+251=317 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.26% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 251 (98.44% from 255 or 79.18% from 317); Max value from RGB is 251 - color contains mainly: blue. Hex color #172BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172BFB is #E8D404. Grayscale: #3B3B3B. Windows color (decimal): -15258629 or 16460567. OLE color: 16460567.
HSL color Cylindrical-coordinate representation of color #172BFB: hue angle of 234.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #172BFB is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 43 | 251 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.02 |
| HSL | 234.74º | 0.97% | 0.54% | - |
| HSV(B) | 234.74º | 0.91% | 0.98% | - |
| XYZ | 18.63 | 8.87 | 92 | - |
| YUV | 60.73 | 235.37 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 251 | 0.91 | 0.83 | 0 | 0.02 | 234.74 | 0.97 | 0.54 |
| Hex | 17 | 2B | FB | 5B | 53 | 0 | 2 | EB | 61 | 36 |
| Octal | 27 | 53 | 373 | 133 | 123 | 0 | 2 | 353 | 141 | 66 |
| Binary | 10111 | 101011 | 11111011 | 1011011 | 1010011 | 0 | 10 | 11101011 | 1100001 | 110110 |
Color Harmonies of #172BFB
Complementary color
Monochromatic Colors of #172BFB
Black with #172BFB
Text Example
Text Example
White with #172BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BFB; }
p { color: rgb(23,43,251); }
H1.HeaderClassName
{
color: #172BFB;
}
.AnyTagClassName
{
color: #172BFB;
}
</style>
background-color css
<style>
a { background-color: #172BFB; }
a { background-color: rgb(23,43,251); }
div.DivClassName
{
background-color: #172BFB;
}
.BgClassName
{
background-color: #172BFB;
}
</style>
border-color css
<style>
span { border-color: #172BFB; }
span { border-color: rgb(23,43,251); }
td.TdClassName
{
border-color: #172BFB;
}
.TagClassName
{
border-color: #172BFB;
}
</style>