Shades of Blue #150EFE
Tints of Blue #150EFE
RGB
CMYK
RGB Variations
Color information
#150EFE (or 0x150EFE) is known color: Blue. HEX triplet: 15, 0E and FE. RGB value is (21,14,254). Sum of RGB (Red+Green+Blue) = 21+14+254=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 254 (99.61% from 255 or 87.89% from 289); Max value from RGB is 254 - color contains mainly: blue. Hex color #150EFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150EFE is #EAF101. Grayscale: #2A2A2A. Windows color (decimal): -15397122 or 16649749. OLE color: 16649749.
HSL color Cylindrical-coordinate representation of color #150EFE: hue angle of 241.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150EFE is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 14 | 254 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.00 |
| HSL | 241.75º | 0.99% | 0.53% | - |
| HSV(B) | 241.75º | 0.94% | 1% | - |
| XYZ | 18.36 | 7.63 | 94.27 | - |
| YUV | 43.45 | 246.82 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 254 | 0.92 | 0.94 | 0 | 0.00 | 241.75 | 0.99 | 0.53 |
| Hex | 15 | E | FE | 5C | 5E | 0 | 0 | F2 | 63 | 35 |
| Octal | 25 | 16 | 376 | 134 | 136 | 0 | 0 | 362 | 143 | 65 |
| Binary | 10101 | 1110 | 11111110 | 1011100 | 1011110 | 0 | 0 | 11110010 | 1100011 | 110101 |
Color Harmonies of #150EFE
Complementary color
Monochromatic Colors of #150EFE
Black with #150EFE
Text Example
Text Example
White with #150EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150EFE; }
p { color: rgb(21,14,254); }
H1.HeaderClassName
{
color: #150EFE;
}
.AnyTagClassName
{
color: #150EFE;
}
</style>
background-color css
<style>
a { background-color: #150EFE; }
a { background-color: rgb(21,14,254); }
div.DivClassName
{
background-color: #150EFE;
}
.BgClassName
{
background-color: #150EFE;
}
</style>
border-color css
<style>
span { border-color: #150EFE; }
span { border-color: rgb(21,14,254); }
td.TdClassName
{
border-color: #150EFE;
}
.TagClassName
{
border-color: #150EFE;
}
</style>