Shades of Blue #172AEC
Tints of Blue #172AEC
RGB
CMYK
RGB Variations
Color information
#172AEC (or 0x172AEC) is known color: Blue. HEX triplet: 17, 2A and EC. RGB value is (23,42,236). Sum of RGB (Red+Green+Blue) = 23+42+236=301 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.64% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 236 (92.58% from 255 or 78.41% from 301); Max value from RGB is 236 - color contains mainly: blue. Hex color #172AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172AEC is #E8D513. Grayscale: #393939. Windows color (decimal): -15258900 or 15477271. OLE color: 15477271.
HSL color Cylindrical-coordinate representation of color #172AEC: hue angle of 234.65º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172AEC is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 42 | 236 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.07 |
| HSL | 234.65º | 0.85% | 0.51% | - |
| HSV(B) | 234.65º | 0.9% | 0.93% | - |
| XYZ | 16.32 | 7.89 | 80.02 | - |
| YUV | 58.44 | 228.21 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 236 | 0.90 | 0.82 | 0 | 0.07 | 234.65 | 0.85 | 0.51 |
| Hex | 17 | 2A | EC | 5A | 52 | 0 | 7 | EB | 55 | 33 |
| Octal | 27 | 52 | 354 | 132 | 122 | 0 | 7 | 353 | 125 | 63 |
| Binary | 10111 | 101010 | 11101100 | 1011010 | 1010010 | 0 | 111 | 11101011 | 1010101 | 110011 |
Color Harmonies of #172AEC
Complementary color
Monochromatic Colors of #172AEC
Black with #172AEC
Text Example
Text Example
White with #172AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172AEC; }
p { color: rgb(23,42,236); }
H1.HeaderClassName
{
color: #172AEC;
}
.AnyTagClassName
{
color: #172AEC;
}
</style>
background-color css
<style>
a { background-color: #172AEC; }
a { background-color: rgb(23,42,236); }
div.DivClassName
{
background-color: #172AEC;
}
.BgClassName
{
background-color: #172AEC;
}
</style>
border-color css
<style>
span { border-color: #172AEC; }
span { border-color: rgb(23,42,236); }
td.TdClassName
{
border-color: #172AEC;
}
.TagClassName
{
border-color: #172AEC;
}
</style>