Shades of Blue #170FF2
Tints of Blue #170FF2
RGB
CMYK
RGB Variations
Color information
#170FF2 (or 0x170FF2) is known color: Blue. HEX triplet: 17, 0F and F2. RGB value is (23,15,242). Sum of RGB (Red+Green+Blue) = 23+15+242=280 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.21% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 242 (94.92% from 255 or 86.43% from 280); Max value from RGB is 242 - color contains mainly: blue. Hex color #170FF2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170FF2 is #E8F00D. Grayscale: #2A2A2A. Windows color (decimal): -15265806 or 15863575. OLE color: 15863575.
HSL color Cylindrical-coordinate representation of color #170FF2: hue angle of 242.11º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170FF2 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 15 | 242 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.05 |
| HSL | 242.11º | 0.9% | 0.5% | - |
| HSV(B) | 242.11º | 0.94% | 0.95% | - |
| XYZ | 16.55 | 6.93 | 84.47 | - |
| YUV | 43.27 | 240.15 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 242 | 0.90 | 0.94 | 0 | 0.05 | 242.11 | 0.9 | 0.5 |
| Hex | 17 | F | F2 | 5A | 5E | 0 | 5 | F2 | 5A | 32 |
| Octal | 27 | 17 | 362 | 132 | 136 | 0 | 5 | 362 | 132 | 62 |
| Binary | 10111 | 1111 | 11110010 | 1011010 | 1011110 | 0 | 101 | 11110010 | 1011010 | 110010 |
Color Harmonies of #170FF2
Complementary color
Monochromatic Colors of #170FF2
Black with #170FF2
Text Example
Text Example
White with #170FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170FF2; }
p { color: rgb(23,15,242); }
H1.HeaderClassName
{
color: #170FF2;
}
.AnyTagClassName
{
color: #170FF2;
}
</style>
background-color css
<style>
a { background-color: #170FF2; }
a { background-color: rgb(23,15,242); }
div.DivClassName
{
background-color: #170FF2;
}
.BgClassName
{
background-color: #170FF2;
}
</style>
border-color css
<style>
span { border-color: #170FF2; }
span { border-color: rgb(23,15,242); }
td.TdClassName
{
border-color: #170FF2;
}
.TagClassName
{
border-color: #170FF2;
}
</style>