Shades of Blue #1508F8
Tints of Blue #1508F8
RGB
CMYK
RGB Variations
Color information
#1508F8 (or 0x1508F8) is known color: Blue. HEX triplet: 15, 08 and F8. RGB value is (21,8,248). Sum of RGB (Red+Green+Blue) = 21+8+248=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 248 (97.27% from 255 or 89.53% from 277); Max value from RGB is 248 - color contains mainly: blue. Hex color #1508F8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1508F8 is #EAF707. Grayscale: #262626. Windows color (decimal): -15398664 or 16254997. OLE color: 16254997.
HSL color Cylindrical-coordinate representation of color #1508F8: hue angle of 243.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1508F8 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 8 | 248 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.03 |
| HSL | 243.25º | 0.94% | 0.5% | - |
| HSV(B) | 243.25º | 0.97% | 0.97% | - |
| XYZ | 17.34 | 7.11 | 89.27 | - |
| YUV | 39.25 | 245.81 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 248 | 0.92 | 0.97 | 0 | 0.03 | 243.25 | 0.94 | 0.5 |
| Hex | 15 | 8 | F8 | 5C | 61 | 0 | 3 | F3 | 5E | 32 |
| Octal | 25 | 10 | 370 | 134 | 141 | 0 | 3 | 363 | 136 | 62 |
| Binary | 10101 | 1000 | 11111000 | 1011100 | 1100001 | 0 | 11 | 11110011 | 1011110 | 110010 |
Color Harmonies of #1508F8
Complementary color
Monochromatic Colors of #1508F8
Black with #1508F8
Text Example
Text Example
White with #1508F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508F8; }
p { color: rgb(21,8,248); }
H1.HeaderClassName
{
color: #1508F8;
}
.AnyTagClassName
{
color: #1508F8;
}
</style>
background-color css
<style>
a { background-color: #1508F8; }
a { background-color: rgb(21,8,248); }
div.DivClassName
{
background-color: #1508F8;
}
.BgClassName
{
background-color: #1508F8;
}
</style>
border-color css
<style>
span { border-color: #1508F8; }
span { border-color: rgb(21,8,248); }
td.TdClassName
{
border-color: #1508F8;
}
.TagClassName
{
border-color: #1508F8;
}
</style>