Shades of Blue #150FFF
Tints of Blue #150FFF
RGB
CMYK
RGB Variations
Color information
#150FFF (or 0x150FFF) is known color: Blue. HEX triplet: 15, 0F and FF. RGB value is (21,15,255). Sum of RGB (Red+Green+Blue) = 21+15+255=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 255 (100% from 255 or 87.63% from 291); Max value from RGB is 255 - color contains mainly: blue. Hex color #150FFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150FFF is #EAF000. Grayscale: #2B2B2B. Windows color (decimal): -15396865 or 16715541. OLE color: 16715541.
HSL color Cylindrical-coordinate representation of color #150FFF: hue angle of 241.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150FFF is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 15 | 255 | - |
| CMYK | 0.92 | 0.94 | 0 | 0 |
| HSL | 241.5º | 1% | 0.53% | - |
| HSV(B) | 241.5º | 0.94% | 1% | - |
| XYZ | 18.53 | 7.72 | 95.12 | - |
| YUV | 44.15 | 246.99 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 255 | 0.92 | 0.94 | 0 | 0 | 241.5 | 1 | 0.53 |
| Hex | 15 | F | FF | 5C | 5E | 0 | 0 | F2 | 64 | 35 |
| Octal | 25 | 17 | 377 | 134 | 136 | 0 | 0 | 362 | 144 | 65 |
| Binary | 10101 | 1111 | 11111111 | 1011100 | 1011110 | 0 | 0 | 11110010 | 1100100 | 110101 |
Color Harmonies of #150FFF
Complementary color
Monochromatic Colors of #150FFF
Black with #150FFF
Text Example
Text Example
White with #150FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150FFF; }
p { color: rgb(21,15,255); }
H1.HeaderClassName
{
color: #150FFF;
}
.AnyTagClassName
{
color: #150FFF;
}
</style>
background-color css
<style>
a { background-color: #150FFF; }
a { background-color: rgb(21,15,255); }
div.DivClassName
{
background-color: #150FFF;
}
.BgClassName
{
background-color: #150FFF;
}
</style>
border-color css
<style>
span { border-color: #150FFF; }
span { border-color: rgb(21,15,255); }
td.TdClassName
{
border-color: #150FFF;
}
.TagClassName
{
border-color: #150FFF;
}
</style>