Shades of Blue #150CF1
Tints of Blue #150CF1
RGB
CMYK
RGB Variations
Color information
#150CF1 (or 0x150CF1) is known color: Blue. HEX triplet: 15, 0C and F1. RGB value is (21,12,241). Sum of RGB (Red+Green+Blue) = 21+12+241=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 241 (94.53% from 255 or 87.96% from 274); Max value from RGB is 241 - color contains mainly: blue. Hex color #150CF1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150CF1 is #EAF30E. Grayscale: #272727. Windows color (decimal): -15397647 or 15797269. OLE color: 15797269.
HSL color Cylindrical-coordinate representation of color #150CF1: hue angle of 242.36º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150CF1 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 12 | 241 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.05 |
| HSL | 242.36º | 0.91% | 0.5% | - |
| HSV(B) | 242.36º | 0.95% | 0.95% | - |
| XYZ | 16.32 | 6.77 | 83.67 | - |
| YUV | 40.8 | 240.98 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 241 | 0.91 | 0.95 | 0 | 0.05 | 242.36 | 0.91 | 0.5 |
| Hex | 15 | C | F1 | 5B | 5F | 0 | 5 | F2 | 5B | 32 |
| Octal | 25 | 14 | 361 | 133 | 137 | 0 | 5 | 362 | 133 | 62 |
| Binary | 10101 | 1100 | 11110001 | 1011011 | 1011111 | 0 | 101 | 11110010 | 1011011 | 110010 |
Color Harmonies of #150CF1
Complementary color
Monochromatic Colors of #150CF1
Black with #150CF1
Text Example
Text Example
White with #150CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CF1; }
p { color: rgb(21,12,241); }
H1.HeaderClassName
{
color: #150CF1;
}
.AnyTagClassName
{
color: #150CF1;
}
</style>
background-color css
<style>
a { background-color: #150CF1; }
a { background-color: rgb(21,12,241); }
div.DivClassName
{
background-color: #150CF1;
}
.BgClassName
{
background-color: #150CF1;
}
</style>
border-color css
<style>
span { border-color: #150CF1; }
span { border-color: rgb(21,12,241); }
td.TdClassName
{
border-color: #150CF1;
}
.TagClassName
{
border-color: #150CF1;
}
</style>