Shades of Blue #150AF1
Tints of Blue #150AF1
RGB
CMYK
RGB Variations
Color information
#150AF1 (or 0x150AF1) is known color: Blue. HEX triplet: 15, 0A and F1. RGB value is (21,10,241). Sum of RGB (Red+Green+Blue) = 21+10+241=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 241 (94.53% from 255 or 88.60% from 272); Max value from RGB is 241 - color contains mainly: blue. Hex color #150AF1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150AF1 is #EAF50E. Grayscale: #262626. Windows color (decimal): -15398159 or 15796757. OLE color: 15796757.
HSL color Cylindrical-coordinate representation of color #150AF1: hue angle of 242.86º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150AF1 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 10 | 241 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.05 |
| HSL | 242.86º | 0.92% | 0.49% | - |
| HSV(B) | 242.86º | 0.96% | 0.95% | - |
| XYZ | 16.29 | 6.73 | 83.66 | - |
| YUV | 39.62 | 241.64 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 241 | 0.91 | 0.96 | 0 | 0.05 | 242.86 | 0.92 | 0.49 |
| Hex | 15 | A | F1 | 5B | 60 | 0 | 5 | F3 | 5C | 31 |
| Octal | 25 | 12 | 361 | 133 | 140 | 0 | 5 | 363 | 134 | 61 |
| Binary | 10101 | 1010 | 11110001 | 1011011 | 1100000 | 0 | 101 | 11110011 | 1011100 | 110001 |
Color Harmonies of #150AF1
Complementary color
Monochromatic Colors of #150AF1
Black with #150AF1
Text Example
Text Example
White with #150AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150AF1; }
p { color: rgb(21,10,241); }
H1.HeaderClassName
{
color: #150AF1;
}
.AnyTagClassName
{
color: #150AF1;
}
</style>
background-color css
<style>
a { background-color: #150AF1; }
a { background-color: rgb(21,10,241); }
div.DivClassName
{
background-color: #150AF1;
}
.BgClassName
{
background-color: #150AF1;
}
</style>
border-color css
<style>
span { border-color: #150AF1; }
span { border-color: rgb(21,10,241); }
td.TdClassName
{
border-color: #150AF1;
}
.TagClassName
{
border-color: #150AF1;
}
</style>