Shades of Blue #150FEE
Tints of Blue #150FEE
RGB
CMYK
RGB Variations
Color information
#150FEE (or 0x150FEE) is known color: Blue. HEX triplet: 15, 0F and EE. RGB value is (21,15,238). Sum of RGB (Red+Green+Blue) = 21+15+238=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 238 (93.36% from 255 or 86.86% from 274); Max value from RGB is 238 - color contains mainly: blue. Hex color #150FEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150FEE is #EAF011. Grayscale: #292929. Windows color (decimal): -15396882 or 15601429. OLE color: 15601429.
HSL color Cylindrical-coordinate representation of color #150FEE: hue angle of 241.61º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150FEE is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 15 | 238 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.07 |
| HSL | 241.61º | 0.88% | 0.5% | - |
| HSV(B) | 241.61º | 0.94% | 0.93% | - |
| XYZ | 15.91 | 6.67 | 81.34 | - |
| YUV | 42.22 | 238.49 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 238 | 0.91 | 0.94 | 0 | 0.07 | 241.61 | 0.88 | 0.5 |
| Hex | 15 | F | EE | 5B | 5E | 0 | 7 | F2 | 58 | 32 |
| Octal | 25 | 17 | 356 | 133 | 136 | 0 | 7 | 362 | 130 | 62 |
| Binary | 10101 | 1111 | 11101110 | 1011011 | 1011110 | 0 | 111 | 11110010 | 1011000 | 110010 |
Color Harmonies of #150FEE
Complementary color
Monochromatic Colors of #150FEE
Black with #150FEE
Text Example
Text Example
White with #150FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150FEE; }
p { color: rgb(21,15,238); }
H1.HeaderClassName
{
color: #150FEE;
}
.AnyTagClassName
{
color: #150FEE;
}
</style>
background-color css
<style>
a { background-color: #150FEE; }
a { background-color: rgb(21,15,238); }
div.DivClassName
{
background-color: #150FEE;
}
.BgClassName
{
background-color: #150FEE;
}
</style>
border-color css
<style>
span { border-color: #150FEE; }
span { border-color: rgb(21,15,238); }
td.TdClassName
{
border-color: #150FEE;
}
.TagClassName
{
border-color: #150FEE;
}
</style>