Shades of Blue #171CF2
Tints of Blue #171CF2
RGB
CMYK
RGB Variations
Color information
#171CF2 (or 0x171CF2) is known color: Blue. HEX triplet: 17, 1C and F2. RGB value is (23,28,242). Sum of RGB (Red+Green+Blue) = 23+28+242=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 242 (94.92% from 255 or 82.59% from 293); Max value from RGB is 242 - color contains mainly: blue. Hex color #171CF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171CF2 is #E8E30D. Grayscale: #323232. Windows color (decimal): -15262478 or 15866903. OLE color: 15866903.
HSL color Cylindrical-coordinate representation of color #171CF2: hue angle of 238.63º 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 #171CF2 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 28 | 242 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.05 |
| HSL | 238.63º | 0.89% | 0.52% | - |
| HSV(B) | 238.63º | 0.9% | 0.95% | - |
| XYZ | 16.8 | 7.42 | 84.55 | - |
| YUV | 50.9 | 235.84 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 242 | 0.90 | 0.88 | 0 | 0.05 | 238.63 | 0.89 | 0.52 |
| Hex | 17 | 1C | F2 | 5A | 58 | 0 | 5 | EF | 59 | 34 |
| Octal | 27 | 34 | 362 | 132 | 130 | 0 | 5 | 357 | 131 | 64 |
| Binary | 10111 | 11100 | 11110010 | 1011010 | 1011000 | 0 | 101 | 11101111 | 1011001 | 110100 |
Color Harmonies of #171CF2
Complementary color
Monochromatic Colors of #171CF2
Black with #171CF2
Text Example
Text Example
White with #171CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171CF2; }
p { color: rgb(23,28,242); }
H1.HeaderClassName
{
color: #171CF2;
}
.AnyTagClassName
{
color: #171CF2;
}
</style>
background-color css
<style>
a { background-color: #171CF2; }
a { background-color: rgb(23,28,242); }
div.DivClassName
{
background-color: #171CF2;
}
.BgClassName
{
background-color: #171CF2;
}
</style>
border-color css
<style>
span { border-color: #171CF2; }
span { border-color: rgb(23,28,242); }
td.TdClassName
{
border-color: #171CF2;
}
.TagClassName
{
border-color: #171CF2;
}
</style>