Shades of Blue #1515F1
Tints of Blue #1515F1
RGB
CMYK
RGB Variations
Color information
#1515F1 (or 0x1515F1) is known color: Blue. HEX triplet: 15, 15 and F1. RGB value is (21,21,241). Sum of RGB (Red+Green+Blue) = 21+21+241=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 241 (94.53% from 255 or 85.16% from 283); Max value from RGB is 241 - color contains mainly: blue. Hex color #1515F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1515F1 is #EAEA0E. Grayscale: #2D2D2D. Windows color (decimal): -15395343 or 15799573. OLE color: 15799573.
HSL color Cylindrical-coordinate representation of color #1515F1: hue angle of 240º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1515F1 is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 21 | 241 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.05 |
| HSL | 240º | 0.89% | 0.51% | - |
| HSV(B) | 240º | 0.91% | 0.95% | - |
| XYZ | 16.45 | 7.05 | 83.71 | - |
| YUV | 46.08 | 238 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 241 | 0.91 | 0.91 | 0 | 0.05 | 240 | 0.89 | 0.51 |
| Hex | 15 | 15 | F1 | 5B | 5B | 0 | 5 | F0 | 59 | 33 |
| Octal | 25 | 25 | 361 | 133 | 133 | 0 | 5 | 360 | 131 | 63 |
| Binary | 10101 | 10101 | 11110001 | 1011011 | 1011011 | 0 | 101 | 11110000 | 1011001 | 110011 |
Color Harmonies of #1515F1
Complementary color
Monochromatic Colors of #1515F1
Black with #1515F1
Text Example
Text Example
White with #1515F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1515F1; }
p { color: rgb(21,21,241); }
H1.HeaderClassName
{
color: #1515F1;
}
.AnyTagClassName
{
color: #1515F1;
}
</style>
background-color css
<style>
a { background-color: #1515F1; }
a { background-color: rgb(21,21,241); }
div.DivClassName
{
background-color: #1515F1;
}
.BgClassName
{
background-color: #1515F1;
}
</style>
border-color css
<style>
span { border-color: #1515F1; }
span { border-color: rgb(21,21,241); }
td.TdClassName
{
border-color: #1515F1;
}
.TagClassName
{
border-color: #1515F1;
}
</style>