Shades of Blue #150AFA
Tints of Blue #150AFA
RGB
CMYK
RGB Variations
Color information
#150AFA (or 0x150AFA) is known color: Blue. HEX triplet: 15, 0A and FA. RGB value is (21,10,250). Sum of RGB (Red+Green+Blue) = 21+10+250=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 250 (98.05% from 255 or 88.97% from 281); Max value from RGB is 250 - color contains mainly: blue. Hex color #150AFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150AFA is #EAF505. Grayscale: #272727. Windows color (decimal): -15398150 or 16386581. OLE color: 16386581.
HSL color Cylindrical-coordinate representation of color #150AFA: hue angle of 242.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150AFA is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 10 | 250 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.02 |
| HSL | 242.75º | 0.96% | 0.51% | - |
| HSV(B) | 242.75º | 0.96% | 0.98% | - |
| XYZ | 17.67 | 7.28 | 90.92 | - |
| YUV | 40.65 | 246.14 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 250 | 0.92 | 0.96 | 0 | 0.02 | 242.75 | 0.96 | 0.51 |
| Hex | 15 | A | FA | 5C | 60 | 0 | 2 | F3 | 60 | 33 |
| Octal | 25 | 12 | 372 | 134 | 140 | 0 | 2 | 363 | 140 | 63 |
| Binary | 10101 | 1010 | 11111010 | 1011100 | 1100000 | 0 | 10 | 11110011 | 1100000 | 110011 |
Color Harmonies of #150AFA
Complementary color
Monochromatic Colors of #150AFA
Black with #150AFA
Text Example
Text Example
White with #150AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150AFA; }
p { color: rgb(21,10,250); }
H1.HeaderClassName
{
color: #150AFA;
}
.AnyTagClassName
{
color: #150AFA;
}
</style>
background-color css
<style>
a { background-color: #150AFA; }
a { background-color: rgb(21,10,250); }
div.DivClassName
{
background-color: #150AFA;
}
.BgClassName
{
background-color: #150AFA;
}
</style>
border-color css
<style>
span { border-color: #150AFA; }
span { border-color: rgb(21,10,250); }
td.TdClassName
{
border-color: #150AFA;
}
.TagClassName
{
border-color: #150AFA;
}
</style>