Shades of Blue #150CFA
Tints of Blue #150CFA
RGB
CMYK
RGB Variations
Color information
#150CFA (or 0x150CFA) is known color: Blue. HEX triplet: 15, 0C and FA. RGB value is (21,12,250). Sum of RGB (Red+Green+Blue) = 21+12+250=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 250 (98.05% from 255 or 88.34% from 283); Max value from RGB is 250 - color contains mainly: blue. Hex color #150CFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150CFA is #EAF305. Grayscale: #282828. Windows color (decimal): -15397638 or 16387093. OLE color: 16387093.
HSL color Cylindrical-coordinate representation of color #150CFA: hue angle of 242.27º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150CFA is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 12 | 250 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.02 |
| HSL | 242.27º | 0.96% | 0.51% | - |
| HSV(B) | 242.27º | 0.95% | 0.98% | - |
| XYZ | 17.7 | 7.32 | 90.92 | - |
| YUV | 41.82 | 245.48 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 250 | 0.92 | 0.95 | 0 | 0.02 | 242.27 | 0.96 | 0.51 |
| Hex | 15 | C | FA | 5C | 5F | 0 | 2 | F2 | 60 | 33 |
| Octal | 25 | 14 | 372 | 134 | 137 | 0 | 2 | 362 | 140 | 63 |
| Binary | 10101 | 1100 | 11111010 | 1011100 | 1011111 | 0 | 10 | 11110010 | 1100000 | 110011 |
Color Harmonies of #150CFA
Complementary color
Monochromatic Colors of #150CFA
Black with #150CFA
Text Example
Text Example
White with #150CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CFA; }
p { color: rgb(21,12,250); }
H1.HeaderClassName
{
color: #150CFA;
}
.AnyTagClassName
{
color: #150CFA;
}
</style>
background-color css
<style>
a { background-color: #150CFA; }
a { background-color: rgb(21,12,250); }
div.DivClassName
{
background-color: #150CFA;
}
.BgClassName
{
background-color: #150CFA;
}
</style>
border-color css
<style>
span { border-color: #150CFA; }
span { border-color: rgb(21,12,250); }
td.TdClassName
{
border-color: #150CFA;
}
.TagClassName
{
border-color: #150CFA;
}
</style>