Shades of Blue #171CF0
Tints of Blue #171CF0
RGB
CMYK
RGB Variations
Color information
#171CF0 (or 0x171CF0) is known color: Blue. HEX triplet: 17, 1C and F0. RGB value is (23,28,240). Sum of RGB (Red+Green+Blue) = 23+28+240=291 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.90% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 240 (94.14% from 255 or 82.47% from 291); Max value from RGB is 240 - color contains mainly: blue. Hex color #171CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171CF0 is #E8E30F. Grayscale: #313131. Windows color (decimal): -15262480 or 15735831. OLE color: 15735831.
HSL color Cylindrical-coordinate representation of color #171CF0: hue angle of 238.62º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #171CF0 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 28 | 240 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.06 |
| HSL | 238.62º | 0.88% | 0.52% | - |
| HSV(B) | 238.62º | 0.9% | 0.94% | - |
| XYZ | 16.5 | 7.3 | 82.98 | - |
| YUV | 50.67 | 234.84 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 240 | 0.90 | 0.88 | 0 | 0.06 | 238.62 | 0.88 | 0.52 |
| Hex | 17 | 1C | F0 | 5A | 58 | 0 | 6 | EF | 58 | 34 |
| Octal | 27 | 34 | 360 | 132 | 130 | 0 | 6 | 357 | 130 | 64 |
| Binary | 10111 | 11100 | 11110000 | 1011010 | 1011000 | 0 | 110 | 11101111 | 1011000 | 110100 |
Color Harmonies of #171CF0
Complementary color
Monochromatic Colors of #171CF0
Black with #171CF0
Text Example
Text Example
White with #171CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171CF0; }
p { color: rgb(23,28,240); }
H1.HeaderClassName
{
color: #171CF0;
}
.AnyTagClassName
{
color: #171CF0;
}
</style>
background-color css
<style>
a { background-color: #171CF0; }
a { background-color: rgb(23,28,240); }
div.DivClassName
{
background-color: #171CF0;
}
.BgClassName
{
background-color: #171CF0;
}
</style>
border-color css
<style>
span { border-color: #171CF0; }
span { border-color: rgb(23,28,240); }
td.TdClassName
{
border-color: #171CF0;
}
.TagClassName
{
border-color: #171CF0;
}
</style>