Shades of Blue #150EEC
Tints of Blue #150EEC
RGB
CMYK
RGB Variations
Color information
#150EEC (or 0x150EEC) is known color: Blue. HEX triplet: 15, 0E and EC. RGB value is (21,14,236). Sum of RGB (Red+Green+Blue) = 21+14+236=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 236 (92.58% from 255 or 87.08% from 271); Max value from RGB is 236 - color contains mainly: blue. Hex color #150EEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150EEC is #EAF113. Grayscale: #282828. Windows color (decimal): -15397140 or 15470101. OLE color: 15470101.
HSL color Cylindrical-coordinate representation of color #150EEC: hue angle of 241.89º degrees, saturation: 0.89, 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 #150EEC is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 14 | 236 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.07 |
| HSL | 241.89º | 0.89% | 0.49% | - |
| HSV(B) | 241.89º | 0.94% | 0.93% | - |
| XYZ | 15.61 | 6.53 | 79.79 | - |
| YUV | 41.4 | 237.82 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 236 | 0.91 | 0.94 | 0 | 0.07 | 241.89 | 0.89 | 0.49 |
| Hex | 15 | E | EC | 5B | 5E | 0 | 7 | F2 | 59 | 31 |
| Octal | 25 | 16 | 354 | 133 | 136 | 0 | 7 | 362 | 131 | 61 |
| Binary | 10101 | 1110 | 11101100 | 1011011 | 1011110 | 0 | 111 | 11110010 | 1011001 | 110001 |
Color Harmonies of #150EEC
Complementary color
Monochromatic Colors of #150EEC
Black with #150EEC
Text Example
Text Example
White with #150EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150EEC; }
p { color: rgb(21,14,236); }
H1.HeaderClassName
{
color: #150EEC;
}
.AnyTagClassName
{
color: #150EEC;
}
</style>
background-color css
<style>
a { background-color: #150EEC; }
a { background-color: rgb(21,14,236); }
div.DivClassName
{
background-color: #150EEC;
}
.BgClassName
{
background-color: #150EEC;
}
</style>
border-color css
<style>
span { border-color: #150EEC; }
span { border-color: rgb(21,14,236); }
td.TdClassName
{
border-color: #150EEC;
}
.TagClassName
{
border-color: #150EEC;
}
</style>