Shades of Blue #1516EF
Tints of Blue #1516EF
RGB
CMYK
RGB Variations
Color information
#1516EF (or 0x1516EF) is known color: Blue. HEX triplet: 15, 16 and EF. RGB value is (21,22,239). Sum of RGB (Red+Green+Blue) = 21+22+239=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 239 (93.75% from 255 or 84.75% from 282); Max value from RGB is 239 - color contains mainly: blue. Hex color #1516EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1516EF is #EAE910. Grayscale: #2D2D2D. Windows color (decimal): -15395089 or 15668757. OLE color: 15668757.
HSL color Cylindrical-coordinate representation of color #1516EF: hue angle of 239.72º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1516EF is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 22 | 239 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.06 |
| HSL | 239.72º | 0.87% | 0.51% | - |
| HSV(B) | 239.72º | 0.91% | 0.94% | - |
| XYZ | 16.18 | 6.97 | 82.15 | - |
| YUV | 46.44 | 236.67 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 22 | 239 | 0.91 | 0.91 | 0 | 0.06 | 239.72 | 0.87 | 0.51 |
| Hex | 15 | 16 | EF | 5B | 5B | 0 | 6 | F0 | 57 | 33 |
| Octal | 25 | 26 | 357 | 133 | 133 | 0 | 6 | 360 | 127 | 63 |
| Binary | 10101 | 10110 | 11101111 | 1011011 | 1011011 | 0 | 110 | 11110000 | 1010111 | 110011 |
Color Harmonies of #1516EF
Complementary color
Monochromatic Colors of #1516EF
Black with #1516EF
Text Example
Text Example
White with #1516EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1516EF; }
p { color: rgb(21,22,239); }
H1.HeaderClassName
{
color: #1516EF;
}
.AnyTagClassName
{
color: #1516EF;
}
</style>
background-color css
<style>
a { background-color: #1516EF; }
a { background-color: rgb(21,22,239); }
div.DivClassName
{
background-color: #1516EF;
}
.BgClassName
{
background-color: #1516EF;
}
</style>
border-color css
<style>
span { border-color: #1516EF; }
span { border-color: rgb(21,22,239); }
td.TdClassName
{
border-color: #1516EF;
}
.TagClassName
{
border-color: #1516EF;
}
</style>