Shades of Blue #150AF3
Tints of Blue #150AF3
RGB
CMYK
RGB Variations
Color information
#150AF3 (or 0x150AF3) is known color: Blue. HEX triplet: 15, 0A and F3. RGB value is (21,10,243). Sum of RGB (Red+Green+Blue) = 21+10+243=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 243 (95.31% from 255 or 88.69% from 274); Max value from RGB is 243 - color contains mainly: blue. Hex color #150AF3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150AF3 is #EAF50C. Grayscale: #262626. Windows color (decimal): -15398157 or 15927829. OLE color: 15927829.
HSL color Cylindrical-coordinate representation of color #150AF3: hue angle of 242.83º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150AF3 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 10 | 243 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.05 |
| HSL | 242.83º | 0.92% | 0.5% | - |
| HSV(B) | 242.83º | 0.96% | 0.95% | - |
| XYZ | 16.6 | 6.85 | 85.24 | - |
| YUV | 39.85 | 242.64 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 243 | 0.91 | 0.96 | 0 | 0.05 | 242.83 | 0.92 | 0.5 |
| Hex | 15 | A | F3 | 5B | 60 | 0 | 5 | F3 | 5C | 32 |
| Octal | 25 | 12 | 363 | 133 | 140 | 0 | 5 | 363 | 134 | 62 |
| Binary | 10101 | 1010 | 11110011 | 1011011 | 1100000 | 0 | 101 | 11110011 | 1011100 | 110010 |
Color Harmonies of #150AF3
Complementary color
Monochromatic Colors of #150AF3
Black with #150AF3
Text Example
Text Example
White with #150AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150AF3; }
p { color: rgb(21,10,243); }
H1.HeaderClassName
{
color: #150AF3;
}
.AnyTagClassName
{
color: #150AF3;
}
</style>
background-color css
<style>
a { background-color: #150AF3; }
a { background-color: rgb(21,10,243); }
div.DivClassName
{
background-color: #150AF3;
}
.BgClassName
{
background-color: #150AF3;
}
</style>
border-color css
<style>
span { border-color: #150AF3; }
span { border-color: rgb(21,10,243); }
td.TdClassName
{
border-color: #150AF3;
}
.TagClassName
{
border-color: #150AF3;
}
</style>