Shades of Blue #150FEC
Tints of Blue #150FEC
RGB
CMYK
RGB Variations
Color information
#150FEC (or 0x150FEC) is known color: Blue. HEX triplet: 15, 0F and EC. RGB value is (21,15,236). Sum of RGB (Red+Green+Blue) = 21+15+236=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 236 (92.58% from 255 or 86.76% from 272); Max value from RGB is 236 - color contains mainly: blue. Hex color #150FEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150FEC is #EAF013. Grayscale: #292929. Windows color (decimal): -15396884 or 15470357. OLE color: 15470357.
HSL color Cylindrical-coordinate representation of color #150FEC: hue angle of 241.63º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150FEC is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 15 | 236 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.07 |
| HSL | 241.63º | 0.88% | 0.49% | - |
| HSV(B) | 241.63º | 0.94% | 0.93% | - |
| XYZ | 15.62 | 6.56 | 79.8 | - |
| YUV | 41.99 | 237.49 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 236 | 0.91 | 0.94 | 0 | 0.07 | 241.63 | 0.88 | 0.49 |
| Hex | 15 | F | EC | 5B | 5E | 0 | 7 | F2 | 58 | 31 |
| Octal | 25 | 17 | 354 | 133 | 136 | 0 | 7 | 362 | 130 | 61 |
| Binary | 10101 | 1111 | 11101100 | 1011011 | 1011110 | 0 | 111 | 11110010 | 1011000 | 110001 |
Color Harmonies of #150FEC
Complementary color
Monochromatic Colors of #150FEC
Black with #150FEC
Text Example
Text Example
White with #150FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150FEC; }
p { color: rgb(21,15,236); }
H1.HeaderClassName
{
color: #150FEC;
}
.AnyTagClassName
{
color: #150FEC;
}
</style>
background-color css
<style>
a { background-color: #150FEC; }
a { background-color: rgb(21,15,236); }
div.DivClassName
{
background-color: #150FEC;
}
.BgClassName
{
background-color: #150FEC;
}
</style>
border-color css
<style>
span { border-color: #150FEC; }
span { border-color: rgb(21,15,236); }
td.TdClassName
{
border-color: #150FEC;
}
.TagClassName
{
border-color: #150FEC;
}
</style>