Shades of Blue #172EFB
Tints of Blue #172EFB
RGB
CMYK
RGB Variations
Color information
#172EFB (or 0x172EFB) is known color: Blue. HEX triplet: 17, 2E and FB. RGB value is (23,46,251). Sum of RGB (Red+Green+Blue) = 23+46+251=320 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.19% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 251 (98.44% from 255 or 78.44% from 320); Max value from RGB is 251 - color contains mainly: blue. Hex color #172EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172EFB is #E8D104. Grayscale: #3D3D3D. Windows color (decimal): -15257861 or 16461335. OLE color: 16461335.
HSL color Cylindrical-coordinate representation of color #172EFB: hue angle of 233.95º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #172EFB is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 46 | 251 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.02 |
| HSL | 233.95º | 0.97% | 0.54% | - |
| HSV(B) | 233.95º | 0.91% | 0.98% | - |
| XYZ | 18.74 | 9.1 | 92.04 | - |
| YUV | 62.49 | 234.38 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 251 | 0.91 | 0.82 | 0 | 0.02 | 233.95 | 0.97 | 0.54 |
| Hex | 17 | 2E | FB | 5B | 52 | 0 | 2 | EA | 61 | 36 |
| Octal | 27 | 56 | 373 | 133 | 122 | 0 | 2 | 352 | 141 | 66 |
| Binary | 10111 | 101110 | 11111011 | 1011011 | 1010010 | 0 | 10 | 11101010 | 1100001 | 110110 |
Color Harmonies of #172EFB
Complementary color
Monochromatic Colors of #172EFB
Black with #172EFB
Text Example
Text Example
White with #172EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172EFB; }
p { color: rgb(23,46,251); }
H1.HeaderClassName
{
color: #172EFB;
}
.AnyTagClassName
{
color: #172EFB;
}
</style>
background-color css
<style>
a { background-color: #172EFB; }
a { background-color: rgb(23,46,251); }
div.DivClassName
{
background-color: #172EFB;
}
.BgClassName
{
background-color: #172EFB;
}
</style>
border-color css
<style>
span { border-color: #172EFB; }
span { border-color: rgb(23,46,251); }
td.TdClassName
{
border-color: #172EFB;
}
.TagClassName
{
border-color: #172EFB;
}
</style>