Shades of Blue #1516EB
Tints of Blue #1516EB
RGB
CMYK
RGB Variations
Color information
#1516EB (or 0x1516EB) is known color: Blue. HEX triplet: 15, 16 and EB. RGB value is (21,22,235). Sum of RGB (Red+Green+Blue) = 21+22+235=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 235 (92.19% from 255 or 84.53% from 278); Max value from RGB is 235 - color contains mainly: blue. Hex color #1516EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1516EB is #EAE914. Grayscale: #2D2D2D. Windows color (decimal): -15395093 or 15406613. OLE color: 15406613.
HSL color Cylindrical-coordinate representation of color #1516EB: hue angle of 239.72º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1516EB is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 22 | 235 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.08 |
| HSL | 239.72º | 0.84% | 0.5% | - |
| HSV(B) | 239.72º | 0.91% | 0.92% | - |
| XYZ | 15.59 | 6.73 | 79.07 | - |
| YUV | 45.98 | 234.67 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 22 | 235 | 0.91 | 0.91 | 0 | 0.08 | 239.72 | 0.84 | 0.5 |
| Hex | 15 | 16 | EB | 5B | 5B | 0 | 8 | F0 | 54 | 32 |
| Octal | 25 | 26 | 353 | 133 | 133 | 0 | 10 | 360 | 124 | 62 |
| Binary | 10101 | 10110 | 11101011 | 1011011 | 1011011 | 0 | 1000 | 11110000 | 1010100 | 110010 |
Color Harmonies of #1516EB
Complementary color
Monochromatic Colors of #1516EB
Black with #1516EB
Text Example
Text Example
White with #1516EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1516EB; }
p { color: rgb(21,22,235); }
H1.HeaderClassName
{
color: #1516EB;
}
.AnyTagClassName
{
color: #1516EB;
}
</style>
background-color css
<style>
a { background-color: #1516EB; }
a { background-color: rgb(21,22,235); }
div.DivClassName
{
background-color: #1516EB;
}
.BgClassName
{
background-color: #1516EB;
}
</style>
border-color css
<style>
span { border-color: #1516EB; }
span { border-color: rgb(21,22,235); }
td.TdClassName
{
border-color: #1516EB;
}
.TagClassName
{
border-color: #1516EB;
}
</style>