Shades of Blue #1615FA
Tints of Blue #1615FA
RGB
CMYK
RGB Variations
Color information
#1615FA (or 0x1615FA) is known color: Blue. HEX triplet: 16, 15 and FA. RGB value is (22,21,250). Sum of RGB (Red+Green+Blue) = 22+21+250=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 250 (98.05% from 255 or 85.32% from 293); Max value from RGB is 250 - color contains mainly: blue. Hex color #1615FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1615FA is #E9EA05. Grayscale: #2E2E2E. Windows color (decimal): -15329798 or 16389398. OLE color: 16389398.
HSL color Cylindrical-coordinate representation of color #1615FA: hue angle of 240.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1615FA is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 21 | 250 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.02 |
| HSL | 240.26º | 0.96% | 0.53% | - |
| HSV(B) | 240.26º | 0.92% | 0.98% | - |
| XYZ | 17.85 | 7.61 | 90.97 | - |
| YUV | 47.41 | 242.33 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 21 | 250 | 0.91 | 0.92 | 0 | 0.02 | 240.26 | 0.96 | 0.53 |
| Hex | 16 | 15 | FA | 5B | 5C | 0 | 2 | F0 | 60 | 35 |
| Octal | 26 | 25 | 372 | 133 | 134 | 0 | 2 | 360 | 140 | 65 |
| Binary | 10110 | 10101 | 11111010 | 1011011 | 1011100 | 0 | 10 | 11110000 | 1100000 | 110101 |
Color Harmonies of #1615FA
Complementary color
Monochromatic Colors of #1615FA
Black with #1615FA
Text Example
Text Example
White with #1615FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1615FA; }
p { color: rgb(22,21,250); }
H1.HeaderClassName
{
color: #1615FA;
}
.AnyTagClassName
{
color: #1615FA;
}
</style>
background-color css
<style>
a { background-color: #1615FA; }
a { background-color: rgb(22,21,250); }
div.DivClassName
{
background-color: #1615FA;
}
.BgClassName
{
background-color: #1615FA;
}
</style>
border-color css
<style>
span { border-color: #1615FA; }
span { border-color: rgb(22,21,250); }
td.TdClassName
{
border-color: #1615FA;
}
.TagClassName
{
border-color: #1615FA;
}
</style>