Shades of Blue #172EFF
Tints of Blue #172EFF
RGB
CMYK
RGB Variations
Color information
#172EFF (or 0x172EFF) is known color: Blue. HEX triplet: 17, 2E and FF. RGB value is (23,46,255). Sum of RGB (Red+Green+Blue) = 23+46+255=324 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.10% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #172EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172EFF is #E8D100. Grayscale: #3E3E3E. Windows color (decimal): -15257857 or 16723479. OLE color: 16723479.
HSL color Cylindrical-coordinate representation of color #172EFF: hue angle of 234.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #172EFF is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 46 | 255 | - |
| CMYK | 0.91 | 0.82 | 0 | 0 |
| HSL | 234.05º | 1% | 0.55% | - |
| HSV(B) | 234.05º | 0.91% | 1% | - |
| XYZ | 19.38 | 9.36 | 95.39 | - |
| YUV | 62.95 | 236.38 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 255 | 0.91 | 0.82 | 0 | 0 | 234.05 | 1 | 0.55 |
| Hex | 17 | 2E | FF | 5B | 52 | 0 | 0 | EA | 64 | 37 |
| Octal | 27 | 56 | 377 | 133 | 122 | 0 | 0 | 352 | 144 | 67 |
| Binary | 10111 | 101110 | 11111111 | 1011011 | 1010010 | 0 | 0 | 11101010 | 1100100 | 110111 |
Color Harmonies of #172EFF
Complementary color
Monochromatic Colors of #172EFF
Black with #172EFF
Text Example
Text Example
White with #172EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172EFF; }
p { color: rgb(23,46,255); }
H1.HeaderClassName
{
color: #172EFF;
}
.AnyTagClassName
{
color: #172EFF;
}
</style>
background-color css
<style>
a { background-color: #172EFF; }
a { background-color: rgb(23,46,255); }
div.DivClassName
{
background-color: #172EFF;
}
.BgClassName
{
background-color: #172EFF;
}
</style>
border-color css
<style>
span { border-color: #172EFF; }
span { border-color: rgb(23,46,255); }
td.TdClassName
{
border-color: #172EFF;
}
.TagClassName
{
border-color: #172EFF;
}
</style>