Shades of Blue #172BEF
Tints of Blue #172BEF
RGB
CMYK
RGB Variations
Color information
#172BEF (or 0x172BEF) is known color: Blue. HEX triplet: 17, 2B and EF. RGB value is (23,43,239). Sum of RGB (Red+Green+Blue) = 23+43+239=305 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.54% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 239 (93.75% from 255 or 78.36% from 305); Max value from RGB is 239 - color contains mainly: blue. Hex color #172BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172BEF is #E8D410. Grayscale: #3A3A3A. Windows color (decimal): -15258641 or 15674135. OLE color: 15674135.
HSL color Cylindrical-coordinate representation of color #172BEF: hue angle of 234.44º 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 #172BEF is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 43 | 239 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.06 |
| HSL | 234.44º | 0.87% | 0.51% | - |
| HSV(B) | 234.44º | 0.9% | 0.94% | - |
| XYZ | 16.8 | 8.14 | 82.35 | - |
| YUV | 59.36 | 229.37 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 239 | 0.90 | 0.82 | 0 | 0.06 | 234.44 | 0.87 | 0.51 |
| Hex | 17 | 2B | EF | 5A | 52 | 0 | 6 | EA | 57 | 33 |
| Octal | 27 | 53 | 357 | 132 | 122 | 0 | 6 | 352 | 127 | 63 |
| Binary | 10111 | 101011 | 11101111 | 1011010 | 1010010 | 0 | 110 | 11101010 | 1010111 | 110011 |
Color Harmonies of #172BEF
Complementary color
Monochromatic Colors of #172BEF
Black with #172BEF
Text Example
Text Example
White with #172BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BEF; }
p { color: rgb(23,43,239); }
H1.HeaderClassName
{
color: #172BEF;
}
.AnyTagClassName
{
color: #172BEF;
}
</style>
background-color css
<style>
a { background-color: #172BEF; }
a { background-color: rgb(23,43,239); }
div.DivClassName
{
background-color: #172BEF;
}
.BgClassName
{
background-color: #172BEF;
}
</style>
border-color css
<style>
span { border-color: #172BEF; }
span { border-color: rgb(23,43,239); }
td.TdClassName
{
border-color: #172BEF;
}
.TagClassName
{
border-color: #172BEF;
}
</style>