Shades of Blue #170BFA
Tints of Blue #170BFA
RGB
CMYK
RGB Variations
Color information
#170BFA (or 0x170BFA) is known color: Blue. HEX triplet: 17, 0B and FA. RGB value is (23,11,250). Sum of RGB (Red+Green+Blue) = 23+11+250=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 250 (98.05% from 255 or 88.03% from 284); Max value from RGB is 250 - color contains mainly: blue. Hex color #170BFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170BFA is #E8F405. Grayscale: #282828. Windows color (decimal): -15266822 or 16386839. OLE color: 16386839.
HSL color Cylindrical-coordinate representation of color #170BFA: hue angle of 243.01º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #170BFA is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 11 | 250 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.02 |
| HSL | 243.01º | 0.96% | 0.51% | - |
| HSV(B) | 243.01º | 0.96% | 0.98% | - |
| XYZ | 17.73 | 7.32 | 90.92 | - |
| YUV | 41.83 | 245.48 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 250 | 0.91 | 0.96 | 0 | 0.02 | 243.01 | 0.96 | 0.51 |
| Hex | 17 | B | FA | 5B | 60 | 0 | 2 | F3 | 60 | 33 |
| Octal | 27 | 13 | 372 | 133 | 140 | 0 | 2 | 363 | 140 | 63 |
| Binary | 10111 | 1011 | 11111010 | 1011011 | 1100000 | 0 | 10 | 11110011 | 1100000 | 110011 |
Color Harmonies of #170BFA
Complementary color
Monochromatic Colors of #170BFA
Black with #170BFA
Text Example
Text Example
White with #170BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170BFA; }
p { color: rgb(23,11,250); }
H1.HeaderClassName
{
color: #170BFA;
}
.AnyTagClassName
{
color: #170BFA;
}
</style>
background-color css
<style>
a { background-color: #170BFA; }
a { background-color: rgb(23,11,250); }
div.DivClassName
{
background-color: #170BFA;
}
.BgClassName
{
background-color: #170BFA;
}
</style>
border-color css
<style>
span { border-color: #170BFA; }
span { border-color: rgb(23,11,250); }
td.TdClassName
{
border-color: #170BFA;
}
.TagClassName
{
border-color: #170BFA;
}
</style>