Shades of Blue #150CF6
Tints of Blue #150CF6
RGB
CMYK
RGB Variations
Color information
#150CF6 (or 0x150CF6) is known color: Blue. HEX triplet: 15, 0C and F6. RGB value is (21,12,246). Sum of RGB (Red+Green+Blue) = 21+12+246=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 246 (96.48% from 255 or 88.17% from 279); Max value from RGB is 246 - color contains mainly: blue. Hex color #150CF6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150CF6 is #EAF309. Grayscale: #282828. Windows color (decimal): -15397642 or 16124949. OLE color: 16124949.
HSL color Cylindrical-coordinate representation of color #150CF6: hue angle of 242.31º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150CF6 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 12 | 246 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.04 |
| HSL | 242.31º | 0.93% | 0.51% | - |
| HSV(B) | 242.31º | 0.95% | 0.96% | - |
| XYZ | 17.08 | 7.08 | 87.65 | - |
| YUV | 41.37 | 243.48 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 246 | 0.91 | 0.95 | 0 | 0.04 | 242.31 | 0.93 | 0.51 |
| Hex | 15 | C | F6 | 5B | 5F | 0 | 4 | F2 | 5D | 33 |
| Octal | 25 | 14 | 366 | 133 | 137 | 0 | 4 | 362 | 135 | 63 |
| Binary | 10101 | 1100 | 11110110 | 1011011 | 1011111 | 0 | 100 | 11110010 | 1011101 | 110011 |
Color Harmonies of #150CF6
Complementary color
Monochromatic Colors of #150CF6
Black with #150CF6
Text Example
Text Example
White with #150CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CF6; }
p { color: rgb(21,12,246); }
H1.HeaderClassName
{
color: #150CF6;
}
.AnyTagClassName
{
color: #150CF6;
}
</style>
background-color css
<style>
a { background-color: #150CF6; }
a { background-color: rgb(21,12,246); }
div.DivClassName
{
background-color: #150CF6;
}
.BgClassName
{
background-color: #150CF6;
}
</style>
border-color css
<style>
span { border-color: #150CF6; }
span { border-color: rgb(21,12,246); }
td.TdClassName
{
border-color: #150CF6;
}
.TagClassName
{
border-color: #150CF6;
}
</style>