Shades of Blue #150CFE
Tints of Blue #150CFE
RGB
CMYK
RGB Variations
Color information
#150CFE (or 0x150CFE) is known color: Blue. HEX triplet: 15, 0C and FE. RGB value is (21,12,254). Sum of RGB (Red+Green+Blue) = 21+12+254=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 254 (99.61% from 255 or 88.50% from 287); Max value from RGB is 254 - color contains mainly: blue. Hex color #150CFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150CFE is #EAF301. Grayscale: #292929. Windows color (decimal): -15397634 or 16649237. OLE color: 16649237.
HSL color Cylindrical-coordinate representation of color #150CFE: hue angle of 242.23º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150CFE is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 12 | 254 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.00 |
| HSL | 242.23º | 0.99% | 0.52% | - |
| HSV(B) | 242.23º | 0.95% | 1% | - |
| XYZ | 18.33 | 7.58 | 94.26 | - |
| YUV | 42.28 | 247.48 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 254 | 0.92 | 0.95 | 0 | 0.00 | 242.23 | 0.99 | 0.52 |
| Hex | 15 | C | FE | 5C | 5F | 0 | 0 | F2 | 63 | 34 |
| Octal | 25 | 14 | 376 | 134 | 137 | 0 | 0 | 362 | 143 | 64 |
| Binary | 10101 | 1100 | 11111110 | 1011100 | 1011111 | 0 | 0 | 11110010 | 1100011 | 110100 |
Color Harmonies of #150CFE
Complementary color
Monochromatic Colors of #150CFE
Black with #150CFE
Text Example
Text Example
White with #150CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CFE; }
p { color: rgb(21,12,254); }
H1.HeaderClassName
{
color: #150CFE;
}
.AnyTagClassName
{
color: #150CFE;
}
</style>
background-color css
<style>
a { background-color: #150CFE; }
a { background-color: rgb(21,12,254); }
div.DivClassName
{
background-color: #150CFE;
}
.BgClassName
{
background-color: #150CFE;
}
</style>
border-color css
<style>
span { border-color: #150CFE; }
span { border-color: rgb(21,12,254); }
td.TdClassName
{
border-color: #150CFE;
}
.TagClassName
{
border-color: #150CFE;
}
</style>