Shades of Blue #171AEA
Tints of Blue #171AEA
RGB
CMYK
RGB Variations
Color information
#171AEA (or 0x171AEA) is known color: Blue. HEX triplet: 17, 1A and EA. RGB value is (23,26,234). Sum of RGB (Red+Green+Blue) = 23+26+234=283 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.13% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 234 (91.80% from 255 or 82.69% from 283); Max value from RGB is 234 - color contains mainly: blue. Hex color #171AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171AEA is #E8E515. Grayscale: #2F2F2F. Windows color (decimal): -15262998 or 15342103. OLE color: 15342103.
HSL color Cylindrical-coordinate representation of color #171AEA: hue angle of 239.15º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #171AEA is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 26 | 234 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.08 |
| HSL | 239.15º | 0.83% | 0.5% | - |
| HSV(B) | 239.15º | 0.9% | 0.92% | - |
| XYZ | 15.57 | 6.86 | 78.35 | - |
| YUV | 48.82 | 232.51 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 234 | 0.90 | 0.89 | 0 | 0.08 | 239.15 | 0.83 | 0.5 |
| Hex | 17 | 1A | EA | 5A | 59 | 0 | 8 | EF | 53 | 32 |
| Octal | 27 | 32 | 352 | 132 | 131 | 0 | 10 | 357 | 123 | 62 |
| Binary | 10111 | 11010 | 11101010 | 1011010 | 1011001 | 0 | 1000 | 11101111 | 1010011 | 110010 |
Color Harmonies of #171AEA
Complementary color
Monochromatic Colors of #171AEA
Black with #171AEA
Text Example
Text Example
White with #171AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171AEA; }
p { color: rgb(23,26,234); }
H1.HeaderClassName
{
color: #171AEA;
}
.AnyTagClassName
{
color: #171AEA;
}
</style>
background-color css
<style>
a { background-color: #171AEA; }
a { background-color: rgb(23,26,234); }
div.DivClassName
{
background-color: #171AEA;
}
.BgClassName
{
background-color: #171AEA;
}
</style>
border-color css
<style>
span { border-color: #171AEA; }
span { border-color: rgb(23,26,234); }
td.TdClassName
{
border-color: #171AEA;
}
.TagClassName
{
border-color: #171AEA;
}
</style>