Shades of Blue #172DFB
Tints of Blue #172DFB
RGB
CMYK
RGB Variations
Color information
#172DFB (or 0x172DFB) is known color: Blue. HEX triplet: 17, 2D and FB. RGB value is (23,45,251). Sum of RGB (Red+Green+Blue) = 23+45+251=319 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.21% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #172DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172DFB is #E8D204. Grayscale: #3D3D3D. Windows color (decimal): -15258117 or 16461079. OLE color: 16461079.
HSL color Cylindrical-coordinate representation of color #172DFB: hue angle of 234.21º 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 #172DFB is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 45 | 251 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.02 |
| HSL | 234.21º | 0.97% | 0.54% | - |
| HSV(B) | 234.21º | 0.91% | 0.98% | - |
| XYZ | 18.7 | 9.02 | 92.02 | - |
| YUV | 61.91 | 234.71 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 251 | 0.91 | 0.82 | 0 | 0.02 | 234.21 | 0.97 | 0.54 |
| Hex | 17 | 2D | FB | 5B | 52 | 0 | 2 | EA | 61 | 36 |
| Octal | 27 | 55 | 373 | 133 | 122 | 0 | 2 | 352 | 141 | 66 |
| Binary | 10111 | 101101 | 11111011 | 1011011 | 1010010 | 0 | 10 | 11101010 | 1100001 | 110110 |
Color Harmonies of #172DFB
Complementary color
Monochromatic Colors of #172DFB
Black with #172DFB
Text Example
Text Example
White with #172DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172DFB; }
p { color: rgb(23,45,251); }
H1.HeaderClassName
{
color: #172DFB;
}
.AnyTagClassName
{
color: #172DFB;
}
</style>
background-color css
<style>
a { background-color: #172DFB; }
a { background-color: rgb(23,45,251); }
div.DivClassName
{
background-color: #172DFB;
}
.BgClassName
{
background-color: #172DFB;
}
</style>
border-color css
<style>
span { border-color: #172DFB; }
span { border-color: rgb(23,45,251); }
td.TdClassName
{
border-color: #172DFB;
}
.TagClassName
{
border-color: #172DFB;
}
</style>