Shades of Blue #150FF6
Tints of Blue #150FF6
RGB
CMYK
RGB Variations
Color information
#150FF6 (or 0x150FF6) is known color: Blue. HEX triplet: 15, 0F and F6. RGB value is (21,15,246). Sum of RGB (Red+Green+Blue) = 21+15+246=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 246 (96.48% from 255 or 87.23% from 282); Max value from RGB is 246 - color contains mainly: blue. Hex color #150FF6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150FF6 is #EAF009. Grayscale: #2A2A2A. Windows color (decimal): -15396874 or 16125717. OLE color: 16125717.
HSL color Cylindrical-coordinate representation of color #150FF6: hue angle of 241.56º 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 #150FF6 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 15 | 246 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.04 |
| HSL | 241.56º | 0.93% | 0.51% | - |
| HSV(B) | 241.56º | 0.94% | 0.96% | - |
| XYZ | 17.11 | 7.15 | 87.67 | - |
| YUV | 43.13 | 242.49 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 246 | 0.91 | 0.94 | 0 | 0.04 | 241.56 | 0.93 | 0.51 |
| Hex | 15 | F | F6 | 5B | 5E | 0 | 4 | F2 | 5D | 33 |
| Octal | 25 | 17 | 366 | 133 | 136 | 0 | 4 | 362 | 135 | 63 |
| Binary | 10101 | 1111 | 11110110 | 1011011 | 1011110 | 0 | 100 | 11110010 | 1011101 | 110011 |
Color Harmonies of #150FF6
Complementary color
Monochromatic Colors of #150FF6
Black with #150FF6
Text Example
Text Example
White with #150FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150FF6; }
p { color: rgb(21,15,246); }
H1.HeaderClassName
{
color: #150FF6;
}
.AnyTagClassName
{
color: #150FF6;
}
</style>
background-color css
<style>
a { background-color: #150FF6; }
a { background-color: rgb(21,15,246); }
div.DivClassName
{
background-color: #150FF6;
}
.BgClassName
{
background-color: #150FF6;
}
</style>
border-color css
<style>
span { border-color: #150FF6; }
span { border-color: rgb(21,15,246); }
td.TdClassName
{
border-color: #150FF6;
}
.TagClassName
{
border-color: #150FF6;
}
</style>