Shades of Blue #150EF6
Tints of Blue #150EF6
RGB
CMYK
RGB Variations
Color information
#150EF6 (or 0x150EF6) is known color: Blue. HEX triplet: 15, 0E and F6. RGB value is (21,14,246). Sum of RGB (Red+Green+Blue) = 21+14+246=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 246 (96.48% from 255 or 87.54% from 281); Max value from RGB is 246 - color contains mainly: blue. Hex color #150EF6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150EF6 is #EAF109. Grayscale: #292929. Windows color (decimal): -15397130 or 16125461. OLE color: 16125461.
HSL color Cylindrical-coordinate representation of color #150EF6: hue angle of 241.81º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150EF6 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 14 | 246 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.04 |
| HSL | 241.81º | 0.93% | 0.51% | - |
| HSV(B) | 241.81º | 0.94% | 0.96% | - |
| XYZ | 17.1 | 7.13 | 87.66 | - |
| YUV | 42.54 | 242.82 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 246 | 0.91 | 0.94 | 0 | 0.04 | 241.81 | 0.93 | 0.51 |
| Hex | 15 | E | F6 | 5B | 5E | 0 | 4 | F2 | 5D | 33 |
| Octal | 25 | 16 | 366 | 133 | 136 | 0 | 4 | 362 | 135 | 63 |
| Binary | 10101 | 1110 | 11110110 | 1011011 | 1011110 | 0 | 100 | 11110010 | 1011101 | 110011 |
Color Harmonies of #150EF6
Complementary color
Monochromatic Colors of #150EF6
Black with #150EF6
Text Example
Text Example
White with #150EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150EF6; }
p { color: rgb(21,14,246); }
H1.HeaderClassName
{
color: #150EF6;
}
.AnyTagClassName
{
color: #150EF6;
}
</style>
background-color css
<style>
a { background-color: #150EF6; }
a { background-color: rgb(21,14,246); }
div.DivClassName
{
background-color: #150EF6;
}
.BgClassName
{
background-color: #150EF6;
}
</style>
border-color css
<style>
span { border-color: #150EF6; }
span { border-color: rgb(21,14,246); }
td.TdClassName
{
border-color: #150EF6;
}
.TagClassName
{
border-color: #150EF6;
}
</style>