Shades of Blue #1516F3
Tints of Blue #1516F3
RGB
CMYK
RGB Variations
Color information
#1516F3 (or 0x1516F3) is known color: Blue. HEX triplet: 15, 16 and F3. RGB value is (21,22,243). Sum of RGB (Red+Green+Blue) = 21+22+243=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 243 (95.31% from 255 or 84.97% from 286); Max value from RGB is 243 - color contains mainly: blue. Hex color #1516F3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1516F3 is #EAE90C. Grayscale: #2E2E2E. Windows color (decimal): -15395085 or 15930901. OLE color: 15930901.
HSL color Cylindrical-coordinate representation of color #1516F3: hue angle of 239.73º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1516F3 is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 22 | 243 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.05 |
| HSL | 239.73º | 0.9% | 0.52% | - |
| HSV(B) | 239.73º | 0.91% | 0.95% | - |
| XYZ | 16.77 | 7.2 | 85.3 | - |
| YUV | 46.9 | 238.67 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 22 | 243 | 0.91 | 0.91 | 0 | 0.05 | 239.73 | 0.9 | 0.52 |
| Hex | 15 | 16 | F3 | 5B | 5B | 0 | 5 | F0 | 5A | 34 |
| Octal | 25 | 26 | 363 | 133 | 133 | 0 | 5 | 360 | 132 | 64 |
| Binary | 10101 | 10110 | 11110011 | 1011011 | 1011011 | 0 | 101 | 11110000 | 1011010 | 110100 |
Color Harmonies of #1516F3
Complementary color
Monochromatic Colors of #1516F3
Black with #1516F3
Text Example
Text Example
White with #1516F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1516F3; }
p { color: rgb(21,22,243); }
H1.HeaderClassName
{
color: #1516F3;
}
.AnyTagClassName
{
color: #1516F3;
}
</style>
background-color css
<style>
a { background-color: #1516F3; }
a { background-color: rgb(21,22,243); }
div.DivClassName
{
background-color: #1516F3;
}
.BgClassName
{
background-color: #1516F3;
}
</style>
border-color css
<style>
span { border-color: #1516F3; }
span { border-color: rgb(21,22,243); }
td.TdClassName
{
border-color: #1516F3;
}
.TagClassName
{
border-color: #1516F3;
}
</style>