Shades of Blue #172CEF
Tints of Blue #172CEF
RGB
CMYK
RGB Variations
Color information
#172CEF (or 0x172CEF) is known color: Blue. HEX triplet: 17, 2C and EF. RGB value is (23,44,239). Sum of RGB (Red+Green+Blue) = 23+44+239=306 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.52% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 239 (93.75% from 255 or 78.10% from 306); Max value from RGB is 239 - color contains mainly: blue. Hex color #172CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172CEF is #E8D310. Grayscale: #3B3B3B. Windows color (decimal): -15258385 or 15674391. OLE color: 15674391.
HSL color Cylindrical-coordinate representation of color #172CEF: hue angle of 234.17º 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 #172CEF is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 44 | 239 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.06 |
| HSL | 234.17º | 0.87% | 0.51% | - |
| HSV(B) | 234.17º | 0.9% | 0.94% | - |
| XYZ | 16.83 | 8.22 | 82.36 | - |
| YUV | 59.95 | 229.04 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 239 | 0.90 | 0.82 | 0 | 0.06 | 234.17 | 0.87 | 0.51 |
| Hex | 17 | 2C | EF | 5A | 52 | 0 | 6 | EA | 57 | 33 |
| Octal | 27 | 54 | 357 | 132 | 122 | 0 | 6 | 352 | 127 | 63 |
| Binary | 10111 | 101100 | 11101111 | 1011010 | 1010010 | 0 | 110 | 11101010 | 1010111 | 110011 |
Color Harmonies of #172CEF
Complementary color
Monochromatic Colors of #172CEF
Black with #172CEF
Text Example
Text Example
White with #172CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172CEF; }
p { color: rgb(23,44,239); }
H1.HeaderClassName
{
color: #172CEF;
}
.AnyTagClassName
{
color: #172CEF;
}
</style>
background-color css
<style>
a { background-color: #172CEF; }
a { background-color: rgb(23,44,239); }
div.DivClassName
{
background-color: #172CEF;
}
.BgClassName
{
background-color: #172CEF;
}
</style>
border-color css
<style>
span { border-color: #172CEF; }
span { border-color: rgb(23,44,239); }
td.TdClassName
{
border-color: #172CEF;
}
.TagClassName
{
border-color: #172CEF;
}
</style>