Shades of Blue #150EFB
Tints of Blue #150EFB
RGB
CMYK
RGB Variations
Color information
#150EFB (or 0x150EFB) is known color: Blue. HEX triplet: 15, 0E and FB. RGB value is (21,14,251). Sum of RGB (Red+Green+Blue) = 21+14+251=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 251 (98.44% from 255 or 87.76% from 286); Max value from RGB is 251 - color contains mainly: blue. Hex color #150EFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150EFB is #EAF104. Grayscale: #2A2A2A. Windows color (decimal): -15397125 or 16453141. OLE color: 16453141.
HSL color Cylindrical-coordinate representation of color #150EFB: hue angle of 241.77º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150EFB is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 14 | 251 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.02 |
| HSL | 241.77º | 0.97% | 0.52% | - |
| HSV(B) | 241.77º | 0.94% | 0.98% | - |
| XYZ | 17.88 | 7.44 | 91.76 | - |
| YUV | 43.11 | 245.32 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 251 | 0.92 | 0.94 | 0 | 0.02 | 241.77 | 0.97 | 0.52 |
| Hex | 15 | E | FB | 5C | 5E | 0 | 2 | F2 | 61 | 34 |
| Octal | 25 | 16 | 373 | 134 | 136 | 0 | 2 | 362 | 141 | 64 |
| Binary | 10101 | 1110 | 11111011 | 1011100 | 1011110 | 0 | 10 | 11110010 | 1100001 | 110100 |
Color Harmonies of #150EFB
Complementary color
Monochromatic Colors of #150EFB
Black with #150EFB
Text Example
Text Example
White with #150EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150EFB; }
p { color: rgb(21,14,251); }
H1.HeaderClassName
{
color: #150EFB;
}
.AnyTagClassName
{
color: #150EFB;
}
</style>
background-color css
<style>
a { background-color: #150EFB; }
a { background-color: rgb(21,14,251); }
div.DivClassName
{
background-color: #150EFB;
}
.BgClassName
{
background-color: #150EFB;
}
</style>
border-color css
<style>
span { border-color: #150EFB; }
span { border-color: rgb(21,14,251); }
td.TdClassName
{
border-color: #150EFB;
}
.TagClassName
{
border-color: #150EFB;
}
</style>