Shades of Blue #172DEF
Tints of Blue #172DEF
RGB
CMYK
RGB Variations
Color information
#172DEF (or 0x172DEF) is known color: Blue. HEX triplet: 17, 2D and EF. RGB value is (23,45,239). Sum of RGB (Red+Green+Blue) = 23+45+239=307 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.49% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #172DEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172DEF is #E8D210. Grayscale: #3B3B3B. Windows color (decimal): -15258129 or 15674647. OLE color: 15674647.
HSL color Cylindrical-coordinate representation of color #172DEF: hue angle of 233.89º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172DEF is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 45 | 239 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.06 |
| HSL | 233.89º | 0.87% | 0.51% | - |
| HSV(B) | 233.89º | 0.9% | 0.94% | - |
| XYZ | 16.87 | 8.29 | 82.37 | - |
| YUV | 60.54 | 228.71 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 239 | 0.90 | 0.81 | 0 | 0.06 | 233.89 | 0.87 | 0.51 |
| Hex | 17 | 2D | EF | 5A | 51 | 0 | 6 | EA | 57 | 33 |
| Octal | 27 | 55 | 357 | 132 | 121 | 0 | 6 | 352 | 127 | 63 |
| Binary | 10111 | 101101 | 11101111 | 1011010 | 1010001 | 0 | 110 | 11101010 | 1010111 | 110011 |
Color Harmonies of #172DEF
Complementary color
Monochromatic Colors of #172DEF
Black with #172DEF
Text Example
Text Example
White with #172DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172DEF; }
p { color: rgb(23,45,239); }
H1.HeaderClassName
{
color: #172DEF;
}
.AnyTagClassName
{
color: #172DEF;
}
</style>
background-color css
<style>
a { background-color: #172DEF; }
a { background-color: rgb(23,45,239); }
div.DivClassName
{
background-color: #172DEF;
}
.BgClassName
{
background-color: #172DEF;
}
</style>
border-color css
<style>
span { border-color: #172DEF; }
span { border-color: rgb(23,45,239); }
td.TdClassName
{
border-color: #172DEF;
}
.TagClassName
{
border-color: #172DEF;
}
</style>