Shades of Blue #171AF2
Tints of Blue #171AF2
RGB
CMYK
RGB Variations
Color information
#171AF2 (or 0x171AF2) is known color: Blue. HEX triplet: 17, 1A and F2. RGB value is (23,26,242). Sum of RGB (Red+Green+Blue) = 23+26+242=291 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.90% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 242 (94.92% from 255 or 83.16% from 291); Max value from RGB is 242 - color contains mainly: blue. Hex color #171AF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171AF2 is #E8E50D. Grayscale: #303030. Windows color (decimal): -15262990 or 15866391. OLE color: 15866391.
HSL color Cylindrical-coordinate representation of color #171AF2: hue angle of 239.18º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #171AF2 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 26 | 242 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.05 |
| HSL | 239.18º | 0.89% | 0.52% | - |
| HSV(B) | 239.18º | 0.9% | 0.95% | - |
| XYZ | 16.75 | 7.33 | 84.54 | - |
| YUV | 49.73 | 236.51 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 242 | 0.90 | 0.89 | 0 | 0.05 | 239.18 | 0.89 | 0.52 |
| Hex | 17 | 1A | F2 | 5A | 59 | 0 | 5 | EF | 59 | 34 |
| Octal | 27 | 32 | 362 | 132 | 131 | 0 | 5 | 357 | 131 | 64 |
| Binary | 10111 | 11010 | 11110010 | 1011010 | 1011001 | 0 | 101 | 11101111 | 1011001 | 110100 |
Color Harmonies of #171AF2
Complementary color
Monochromatic Colors of #171AF2
Black with #171AF2
Text Example
Text Example
White with #171AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171AF2; }
p { color: rgb(23,26,242); }
H1.HeaderClassName
{
color: #171AF2;
}
.AnyTagClassName
{
color: #171AF2;
}
</style>
background-color css
<style>
a { background-color: #171AF2; }
a { background-color: rgb(23,26,242); }
div.DivClassName
{
background-color: #171AF2;
}
.BgClassName
{
background-color: #171AF2;
}
</style>
border-color css
<style>
span { border-color: #171AF2; }
span { border-color: rgb(23,26,242); }
td.TdClassName
{
border-color: #171AF2;
}
.TagClassName
{
border-color: #171AF2;
}
</style>