Shades of Blue #172BFD
Tints of Blue #172BFD
RGB
CMYK
RGB Variations
Color information
#172BFD (or 0x172BFD) is known color: Blue. HEX triplet: 17, 2B and FD. RGB value is (23,43,253). Sum of RGB (Red+Green+Blue) = 23+43+253=319 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.21% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #172BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172BFD is #E8D402. Grayscale: #3C3C3C. Windows color (decimal): -15258627 or 16591639. OLE color: 16591639.
HSL color Cylindrical-coordinate representation of color #172BFD: hue angle of 234.78º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #172BFD is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 43 | 253 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.01 |
| HSL | 234.78º | 0.98% | 0.54% | - |
| HSV(B) | 234.78º | 0.91% | 0.99% | - |
| XYZ | 18.95 | 9 | 93.67 | - |
| YUV | 60.96 | 236.37 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 253 | 0.91 | 0.83 | 0 | 0.01 | 234.78 | 0.98 | 0.54 |
| Hex | 17 | 2B | FD | 5B | 53 | 0 | 1 | EB | 62 | 36 |
| Octal | 27 | 53 | 375 | 133 | 123 | 0 | 1 | 353 | 142 | 66 |
| Binary | 10111 | 101011 | 11111101 | 1011011 | 1010011 | 0 | 1 | 11101011 | 1100010 | 110110 |
Color Harmonies of #172BFD
Complementary color
Monochromatic Colors of #172BFD
Black with #172BFD
Text Example
Text Example
White with #172BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BFD; }
p { color: rgb(23,43,253); }
H1.HeaderClassName
{
color: #172BFD;
}
.AnyTagClassName
{
color: #172BFD;
}
</style>
background-color css
<style>
a { background-color: #172BFD; }
a { background-color: rgb(23,43,253); }
div.DivClassName
{
background-color: #172BFD;
}
.BgClassName
{
background-color: #172BFD;
}
</style>
border-color css
<style>
span { border-color: #172BFD; }
span { border-color: rgb(23,43,253); }
td.TdClassName
{
border-color: #172BFD;
}
.TagClassName
{
border-color: #172BFD;
}
</style>