Shades of Blue #1517FA
Tints of Blue #1517FA
RGB
CMYK
RGB Variations
Color information
#1517FA (or 0x1517FA) is known color: Blue. HEX triplet: 15, 17 and FA. RGB value is (21,23,250). Sum of RGB (Red+Green+Blue) = 21+23+250=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 250 (98.05% from 255 or 85.03% from 294); Max value from RGB is 250 - color contains mainly: blue. Hex color #1517FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1517FA is #EAE805. Grayscale: #2F2F2F. Windows color (decimal): -15394822 or 16389909. OLE color: 16389909.
HSL color Cylindrical-coordinate representation of color #1517FA: hue angle of 239.48º 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 #1517FA is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 23 | 250 | - |
| CMYK | 0.92 | 0.91 | 0 | 0.02 |
| HSL | 239.48º | 0.96% | 0.53% | - |
| HSV(B) | 239.48º | 0.92% | 0.98% | - |
| XYZ | 17.87 | 7.67 | 90.98 | - |
| YUV | 48.28 | 241.84 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 23 | 250 | 0.92 | 0.91 | 0 | 0.02 | 239.48 | 0.96 | 0.53 |
| Hex | 15 | 17 | FA | 5C | 5B | 0 | 2 | EF | 60 | 35 |
| Octal | 25 | 27 | 372 | 134 | 133 | 0 | 2 | 357 | 140 | 65 |
| Binary | 10101 | 10111 | 11111010 | 1011100 | 1011011 | 0 | 10 | 11101111 | 1100000 | 110101 |
Color Harmonies of #1517FA
Complementary color
Monochromatic Colors of #1517FA
Black with #1517FA
Text Example
Text Example
White with #1517FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1517FA; }
p { color: rgb(21,23,250); }
H1.HeaderClassName
{
color: #1517FA;
}
.AnyTagClassName
{
color: #1517FA;
}
</style>
background-color css
<style>
a { background-color: #1517FA; }
a { background-color: rgb(21,23,250); }
div.DivClassName
{
background-color: #1517FA;
}
.BgClassName
{
background-color: #1517FA;
}
</style>
border-color css
<style>
span { border-color: #1517FA; }
span { border-color: rgb(21,23,250); }
td.TdClassName
{
border-color: #1517FA;
}
.TagClassName
{
border-color: #1517FA;
}
</style>