Shades of Blue #160FFA
Tints of Blue #160FFA
RGB
CMYK
RGB Variations
Color information
#160FFA (or 0x160FFA) is known color: Blue. HEX triplet: 16, 0F and FA. RGB value is (22,15,250). Sum of RGB (Red+Green+Blue) = 22+15+250=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 250 (98.05% from 255 or 87.11% from 287); Max value from RGB is 250 - color contains mainly: blue. Hex color #160FFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #160FFA is #E9F005. Grayscale: #2A2A2A. Windows color (decimal): -15331334 or 16387862. OLE color: 16387862.
HSL color Cylindrical-coordinate representation of color #160FFA: hue angle of 241.79º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160FFA is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 15 | 250 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.02 |
| HSL | 241.79º | 0.96% | 0.52% | - |
| HSV(B) | 241.79º | 0.94% | 0.98% | - |
| XYZ | 17.76 | 7.41 | 90.94 | - |
| YUV | 43.88 | 244.32 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 15 | 250 | 0.91 | 0.94 | 0 | 0.02 | 241.79 | 0.96 | 0.52 |
| Hex | 16 | F | FA | 5B | 5E | 0 | 2 | F2 | 60 | 34 |
| Octal | 26 | 17 | 372 | 133 | 136 | 0 | 2 | 362 | 140 | 64 |
| Binary | 10110 | 1111 | 11111010 | 1011011 | 1011110 | 0 | 10 | 11110010 | 1100000 | 110100 |
Color Harmonies of #160FFA
Complementary color
Monochromatic Colors of #160FFA
Black with #160FFA
Text Example
Text Example
White with #160FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160FFA; }
p { color: rgb(22,15,250); }
H1.HeaderClassName
{
color: #160FFA;
}
.AnyTagClassName
{
color: #160FFA;
}
</style>
background-color css
<style>
a { background-color: #160FFA; }
a { background-color: rgb(22,15,250); }
div.DivClassName
{
background-color: #160FFA;
}
.BgClassName
{
background-color: #160FFA;
}
</style>
border-color css
<style>
span { border-color: #160FFA; }
span { border-color: rgb(22,15,250); }
td.TdClassName
{
border-color: #160FFA;
}
.TagClassName
{
border-color: #160FFA;
}
</style>