Shades of Blue #1617FA
Tints of Blue #1617FA
RGB
CMYK
RGB Variations
Color information
#1617FA (or 0x1617FA) is known color: Blue. HEX triplet: 16, 17 and FA. RGB value is (22,23,250). Sum of RGB (Red+Green+Blue) = 22+23+250=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 250 (98.05% from 255 or 84.75% from 295); Max value from RGB is 250 - color contains mainly: blue. Hex color #1617FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1617FA is #E9E805. Grayscale: #2F2F2F. Windows color (decimal): -15329286 or 16389910. OLE color: 16389910.
HSL color Cylindrical-coordinate representation of color #1617FA: hue angle of 239.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1617FA is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 23 | 250 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.02 |
| HSL | 239.74º | 0.96% | 0.53% | - |
| HSV(B) | 239.74º | 0.91% | 0.98% | - |
| XYZ | 17.89 | 7.69 | 90.98 | - |
| YUV | 48.58 | 241.67 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 250 | 0.91 | 0.91 | 0 | 0.02 | 239.74 | 0.96 | 0.53 |
| Hex | 16 | 17 | FA | 5B | 5B | 0 | 2 | F0 | 60 | 35 |
| Octal | 26 | 27 | 372 | 133 | 133 | 0 | 2 | 360 | 140 | 65 |
| Binary | 10110 | 10111 | 11111010 | 1011011 | 1011011 | 0 | 10 | 11110000 | 1100000 | 110101 |
Color Harmonies of #1617FA
Complementary color
Monochromatic Colors of #1617FA
Black with #1617FA
Text Example
Text Example
White with #1617FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1617FA; }
p { color: rgb(22,23,250); }
H1.HeaderClassName
{
color: #1617FA;
}
.AnyTagClassName
{
color: #1617FA;
}
</style>
background-color css
<style>
a { background-color: #1617FA; }
a { background-color: rgb(22,23,250); }
div.DivClassName
{
background-color: #1617FA;
}
.BgClassName
{
background-color: #1617FA;
}
</style>
border-color css
<style>
span { border-color: #1617FA; }
span { border-color: rgb(22,23,250); }
td.TdClassName
{
border-color: #1617FA;
}
.TagClassName
{
border-color: #1617FA;
}
</style>