Shades of Blue #1510F8
Tints of Blue #1510F8
RGB
CMYK
RGB Variations
Color information
#1510F8 (or 0x1510F8) is known color: Blue. HEX triplet: 15, 10 and F8. RGB value is (21,16,248). Sum of RGB (Red+Green+Blue) = 21+16+248=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 248 (97.27% from 255 or 87.02% from 285); Max value from RGB is 248 - color contains mainly: blue. Hex color #1510F8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1510F8 is #EAEF07. Grayscale: #2B2B2B. Windows color (decimal): -15396616 or 16257045. OLE color: 16257045.
HSL color Cylindrical-coordinate representation of color #1510F8: hue angle of 241.29º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1510F8 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 16 | 248 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.03 |
| HSL | 241.29º | 0.94% | 0.52% | - |
| HSV(B) | 241.29º | 0.94% | 0.97% | - |
| XYZ | 17.44 | 7.31 | 89.3 | - |
| YUV | 43.94 | 243.16 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 248 | 0.92 | 0.94 | 0 | 0.03 | 241.29 | 0.94 | 0.52 |
| Hex | 15 | 10 | F8 | 5C | 5E | 0 | 3 | F1 | 5E | 34 |
| Octal | 25 | 20 | 370 | 134 | 136 | 0 | 3 | 361 | 136 | 64 |
| Binary | 10101 | 10000 | 11111000 | 1011100 | 1011110 | 0 | 11 | 11110001 | 1011110 | 110100 |
Color Harmonies of #1510F8
Complementary color
Monochromatic Colors of #1510F8
Black with #1510F8
Text Example
Text Example
White with #1510F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1510F8; }
p { color: rgb(21,16,248); }
H1.HeaderClassName
{
color: #1510F8;
}
.AnyTagClassName
{
color: #1510F8;
}
</style>
background-color css
<style>
a { background-color: #1510F8; }
a { background-color: rgb(21,16,248); }
div.DivClassName
{
background-color: #1510F8;
}
.BgClassName
{
background-color: #1510F8;
}
</style>
border-color css
<style>
span { border-color: #1510F8; }
span { border-color: rgb(21,16,248); }
td.TdClassName
{
border-color: #1510F8;
}
.TagClassName
{
border-color: #1510F8;
}
</style>