Shades of Blue #1515FB
Tints of Blue #1515FB
RGB
CMYK
RGB Variations
Color information
#1515FB (or 0x1515FB) is known color: Blue. HEX triplet: 15, 15 and FB. RGB value is (21,21,251). Sum of RGB (Red+Green+Blue) = 21+21+251=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 251 (98.44% from 255 or 85.67% from 293); Max value from RGB is 251 - color contains mainly: blue. Hex color #1515FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1515FB is #EAEA04. Grayscale: #2E2E2E. Windows color (decimal): -15395333 or 16454933. OLE color: 16454933.
HSL color Cylindrical-coordinate representation of color #1515FB: hue angle of 240º degrees, saturation: 0.97, 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 #1515FB is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 21 | 251 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.02 |
| HSL | 240º | 0.97% | 0.53% | - |
| HSV(B) | 240º | 0.92% | 0.98% | - |
| XYZ | 17.99 | 7.66 | 91.8 | - |
| YUV | 47.22 | 243 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 251 | 0.92 | 0.92 | 0 | 0.02 | 240 | 0.97 | 0.53 |
| Hex | 15 | 15 | FB | 5C | 5C | 0 | 2 | F0 | 61 | 35 |
| Octal | 25 | 25 | 373 | 134 | 134 | 0 | 2 | 360 | 141 | 65 |
| Binary | 10101 | 10101 | 11111011 | 1011100 | 1011100 | 0 | 10 | 11110000 | 1100001 | 110101 |
Color Harmonies of #1515FB
Complementary color
Monochromatic Colors of #1515FB
Black with #1515FB
Text Example
Text Example
White with #1515FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1515FB; }
p { color: rgb(21,21,251); }
H1.HeaderClassName
{
color: #1515FB;
}
.AnyTagClassName
{
color: #1515FB;
}
</style>
background-color css
<style>
a { background-color: #1515FB; }
a { background-color: rgb(21,21,251); }
div.DivClassName
{
background-color: #1515FB;
}
.BgClassName
{
background-color: #1515FB;
}
</style>
border-color css
<style>
span { border-color: #1515FB; }
span { border-color: rgb(21,21,251); }
td.TdClassName
{
border-color: #1515FB;
}
.TagClassName
{
border-color: #1515FB;
}
</style>