Shades of Blue #172DF9
Tints of Blue #172DF9
RGB
CMYK
RGB Variations
Color information
#172DF9 (or 0x172DF9) is known color: Blue. HEX triplet: 17, 2D and F9. RGB value is (23,45,249). Sum of RGB (Red+Green+Blue) = 23+45+249=317 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.26% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 249 (97.66% from 255 or 78.55% from 317); Max value from RGB is 249 - color contains mainly: blue. Hex color #172DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172DF9 is #E8D206. Grayscale: #3C3C3C. Windows color (decimal): -15258119 or 16330007. OLE color: 16330007.
HSL color Cylindrical-coordinate representation of color #172DF9: hue angle of 234.16º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #172DF9 is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 45 | 249 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.02 |
| HSL | 234.16º | 0.95% | 0.53% | - |
| HSV(B) | 234.16º | 0.91% | 0.98% | - |
| XYZ | 18.39 | 8.9 | 90.37 | - |
| YUV | 61.68 | 233.71 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 249 | 0.91 | 0.82 | 0 | 0.02 | 234.16 | 0.95 | 0.53 |
| Hex | 17 | 2D | F9 | 5B | 52 | 0 | 2 | EA | 5F | 35 |
| Octal | 27 | 55 | 371 | 133 | 122 | 0 | 2 | 352 | 137 | 65 |
| Binary | 10111 | 101101 | 11111001 | 1011011 | 1010010 | 0 | 10 | 11101010 | 1011111 | 110101 |
Color Harmonies of #172DF9
Complementary color
Monochromatic Colors of #172DF9
Black with #172DF9
Text Example
Text Example
White with #172DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172DF9; }
p { color: rgb(23,45,249); }
H1.HeaderClassName
{
color: #172DF9;
}
.AnyTagClassName
{
color: #172DF9;
}
</style>
background-color css
<style>
a { background-color: #172DF9; }
a { background-color: rgb(23,45,249); }
div.DivClassName
{
background-color: #172DF9;
}
.BgClassName
{
background-color: #172DF9;
}
</style>
border-color css
<style>
span { border-color: #172DF9; }
span { border-color: rgb(23,45,249); }
td.TdClassName
{
border-color: #172DF9;
}
.TagClassName
{
border-color: #172DF9;
}
</style>