Shades of Blue #170FFD
Tints of Blue #170FFD
RGB
CMYK
RGB Variations
Color information
#170FFD (or 0x170FFD) is known color: Blue. HEX triplet: 17, 0F and FD. RGB value is (23,15,253). Sum of RGB (Red+Green+Blue) = 23+15+253=291 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.90% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 253 (99.22% from 255 or 86.94% from 291); Max value from RGB is 253 - color contains mainly: blue. Hex color #170FFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170FFD is #E8F002. Grayscale: #2B2B2B. Windows color (decimal): -15265795 or 16584471. OLE color: 16584471.
HSL color Cylindrical-coordinate representation of color #170FFD: hue angle of 242.02º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170FFD is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 15 | 253 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.01 |
| HSL | 242.02º | 0.98% | 0.53% | - |
| HSV(B) | 242.02º | 0.94% | 0.99% | - |
| XYZ | 18.25 | 7.62 | 93.44 | - |
| YUV | 44.52 | 245.65 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 253 | 0.91 | 0.94 | 0 | 0.01 | 242.02 | 0.98 | 0.53 |
| Hex | 17 | F | FD | 5B | 5E | 0 | 1 | F2 | 62 | 35 |
| Octal | 27 | 17 | 375 | 133 | 136 | 0 | 1 | 362 | 142 | 65 |
| Binary | 10111 | 1111 | 11111101 | 1011011 | 1011110 | 0 | 1 | 11110010 | 1100010 | 110101 |
Color Harmonies of #170FFD
Complementary color
Monochromatic Colors of #170FFD
Black with #170FFD
Text Example
Text Example
White with #170FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170FFD; }
p { color: rgb(23,15,253); }
H1.HeaderClassName
{
color: #170FFD;
}
.AnyTagClassName
{
color: #170FFD;
}
</style>
background-color css
<style>
a { background-color: #170FFD; }
a { background-color: rgb(23,15,253); }
div.DivClassName
{
background-color: #170FFD;
}
.BgClassName
{
background-color: #170FFD;
}
</style>
border-color css
<style>
span { border-color: #170FFD; }
span { border-color: rgb(23,15,253); }
td.TdClassName
{
border-color: #170FFD;
}
.TagClassName
{
border-color: #170FFD;
}
</style>