Shades of Blue #1508EC
Tints of Blue #1508EC
RGB
CMYK
RGB Variations
Color information
#1508EC (or 0x1508EC) is known color: Blue. HEX triplet: 15, 08 and EC. RGB value is (21,8,236). Sum of RGB (Red+Green+Blue) = 21+8+236=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 236 (92.58% from 255 or 89.06% from 265); Max value from RGB is 236 - color contains mainly: blue. Hex color #1508EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1508EC is #EAF713. Grayscale: #242424. Windows color (decimal): -15398676 or 15468565. OLE color: 15468565.
HSL color Cylindrical-coordinate representation of color #1508EC: hue angle of 243.42º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1508EC is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 8 | 236 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.07 |
| HSL | 243.42º | 0.93% | 0.48% | - |
| HSV(B) | 243.42º | 0.97% | 0.93% | - |
| XYZ | 15.54 | 6.39 | 79.77 | - |
| YUV | 37.88 | 239.81 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 8 | 236 | 0.91 | 0.97 | 0 | 0.07 | 243.42 | 0.93 | 0.48 |
| Hex | 15 | 8 | EC | 5B | 61 | 0 | 7 | F3 | 5D | 30 |
| Octal | 25 | 10 | 354 | 133 | 141 | 0 | 7 | 363 | 135 | 60 |
| Binary | 10101 | 1000 | 11101100 | 1011011 | 1100001 | 0 | 111 | 11110011 | 1011101 | 110000 |
Color Harmonies of #1508EC
Complementary color
Monochromatic Colors of #1508EC
Black with #1508EC
Text Example
Text Example
White with #1508EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1508EC; }
p { color: rgb(21,8,236); }
H1.HeaderClassName
{
color: #1508EC;
}
.AnyTagClassName
{
color: #1508EC;
}
</style>
background-color css
<style>
a { background-color: #1508EC; }
a { background-color: rgb(21,8,236); }
div.DivClassName
{
background-color: #1508EC;
}
.BgClassName
{
background-color: #1508EC;
}
</style>
border-color css
<style>
span { border-color: #1508EC; }
span { border-color: rgb(21,8,236); }
td.TdClassName
{
border-color: #1508EC;
}
.TagClassName
{
border-color: #1508EC;
}
</style>