Shades of Blue #1508FE
Tints of Blue #1508FE
RGB
CMYK
RGB Variations
Color information
#1508FE (or 0x1508FE) is known color: Blue. HEX triplet: 15, 08 and FE. RGB value is (21,8,254). Sum of RGB (Red+Green+Blue) = 21+8+254=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 254 (99.61% from 255 or 89.75% from 283); Max value from RGB is 254 - color contains mainly: blue. Hex color #1508FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1508FE is #EAF701. Grayscale: #262626. Windows color (decimal): -15398658 or 16648213. OLE color: 16648213.
HSL color Cylindrical-coordinate representation of color #1508FE: hue angle of 243.17º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1508FE is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 8 | 254 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.00 |
| HSL | 243.17º | 0.99% | 0.51% | - |
| HSV(B) | 243.17º | 0.97% | 1% | - |
| XYZ | 18.29 | 7.49 | 94.25 | - |
| YUV | 39.93 | 248.81 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 254 | 0.92 | 0.97 | 0 | 0.00 | 243.17 | 0.99 | 0.51 |
| Hex | 15 | 8 | FE | 5C | 61 | 0 | 0 | F3 | 63 | 33 |
| Octal | 25 | 10 | 376 | 134 | 141 | 0 | 0 | 363 | 143 | 63 |
| Binary | 10101 | 1000 | 11111110 | 1011100 | 1100001 | 0 | 0 | 11110011 | 1100011 | 110011 |
Color Harmonies of #1508FE
Complementary color
Monochromatic Colors of #1508FE
Black with #1508FE
Text Example
Text Example
White with #1508FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508FE; }
p { color: rgb(21,8,254); }
H1.HeaderClassName
{
color: #1508FE;
}
.AnyTagClassName
{
color: #1508FE;
}
</style>
background-color css
<style>
a { background-color: #1508FE; }
a { background-color: rgb(21,8,254); }
div.DivClassName
{
background-color: #1508FE;
}
.BgClassName
{
background-color: #1508FE;
}
</style>
border-color css
<style>
span { border-color: #1508FE; }
span { border-color: rgb(21,8,254); }
td.TdClassName
{
border-color: #1508FE;
}
.TagClassName
{
border-color: #1508FE;
}
</style>