Shades of Blue #150AFF
Tints of Blue #150AFF
RGB
CMYK
RGB Variations
Color information
#150AFF (or 0x150AFF) is known color: Blue. HEX triplet: 15, 0A and FF. RGB value is (21,10,255). Sum of RGB (Red+Green+Blue) = 21+10+255=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 255 (100% from 255 or 89.16% from 286); Max value from RGB is 255 - color contains mainly: blue. Hex color #150AFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150AFF is #EAF500. Grayscale: #282828. Windows color (decimal): -15398145 or 16714261. OLE color: 16714261.
HSL color Cylindrical-coordinate representation of color #150AFF: hue angle of 242.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150AFF is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 10 | 255 | - |
| CMYK | 0.92 | 0.96 | 0 | 0 |
| HSL | 242.69º | 1% | 0.52% | - |
| HSV(B) | 242.69º | 0.96% | 1% | - |
| XYZ | 18.47 | 7.6 | 95.1 | - |
| YUV | 41.22 | 248.64 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 255 | 0.92 | 0.96 | 0 | 0 | 242.69 | 1 | 0.52 |
| Hex | 15 | A | FF | 5C | 60 | 0 | 0 | F3 | 64 | 34 |
| Octal | 25 | 12 | 377 | 134 | 140 | 0 | 0 | 363 | 144 | 64 |
| Binary | 10101 | 1010 | 11111111 | 1011100 | 1100000 | 0 | 0 | 11110011 | 1100100 | 110100 |
Color Harmonies of #150AFF
Complementary color
Monochromatic Colors of #150AFF
Black with #150AFF
Text Example
Text Example
White with #150AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150AFF; }
p { color: rgb(21,10,255); }
H1.HeaderClassName
{
color: #150AFF;
}
.AnyTagClassName
{
color: #150AFF;
}
</style>
background-color css
<style>
a { background-color: #150AFF; }
a { background-color: rgb(21,10,255); }
div.DivClassName
{
background-color: #150AFF;
}
.BgClassName
{
background-color: #150AFF;
}
</style>
border-color css
<style>
span { border-color: #150AFF; }
span { border-color: rgb(21,10,255); }
td.TdClassName
{
border-color: #150AFF;
}
.TagClassName
{
border-color: #150AFF;
}
</style>