Shades of Blue #171AF8
Tints of Blue #171AF8
RGB
CMYK
RGB Variations
Color information
#171AF8 (or 0x171AF8) is known color: Blue. HEX triplet: 17, 1A and F8. RGB value is (23,26,248). Sum of RGB (Red+Green+Blue) = 23+26+248=297 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.74% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 248 (97.27% from 255 or 83.50% from 297); Max value from RGB is 248 - color contains mainly: blue. Hex color #171AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171AF8 is #E8E507. Grayscale: #313131. Windows color (decimal): -15262984 or 16259607. OLE color: 16259607.
HSL color Cylindrical-coordinate representation of color #171AF8: hue angle of 239.2º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #171AF8 is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 26 | 248 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.03 |
| HSL | 239.2º | 0.94% | 0.53% | - |
| HSV(B) | 239.2º | 0.91% | 0.97% | - |
| XYZ | 17.67 | 7.7 | 89.36 | - |
| YUV | 50.41 | 239.51 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 248 | 0.91 | 0.90 | 0 | 0.03 | 239.2 | 0.94 | 0.53 |
| Hex | 17 | 1A | F8 | 5B | 5A | 0 | 3 | EF | 5E | 35 |
| Octal | 27 | 32 | 370 | 133 | 132 | 0 | 3 | 357 | 136 | 65 |
| Binary | 10111 | 11010 | 11111000 | 1011011 | 1011010 | 0 | 11 | 11101111 | 1011110 | 110101 |
Color Harmonies of #171AF8
Complementary color
Monochromatic Colors of #171AF8
Black with #171AF8
Text Example
Text Example
White with #171AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171AF8; }
p { color: rgb(23,26,248); }
H1.HeaderClassName
{
color: #171AF8;
}
.AnyTagClassName
{
color: #171AF8;
}
</style>
background-color css
<style>
a { background-color: #171AF8; }
a { background-color: rgb(23,26,248); }
div.DivClassName
{
background-color: #171AF8;
}
.BgClassName
{
background-color: #171AF8;
}
</style>
border-color css
<style>
span { border-color: #171AF8; }
span { border-color: rgb(23,26,248); }
td.TdClassName
{
border-color: #171AF8;
}
.TagClassName
{
border-color: #171AF8;
}
</style>