Shades of Blue #151FFF
Tints of Blue #151FFF
RGB
CMYK
RGB Variations
Color information
#151FFF (or 0x151FFF) is known color: Blue. HEX triplet: 15, 1F and FF. RGB value is (21,31,255). Sum of RGB (Red+Green+Blue) = 21+31+255=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #151FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151FFF is #EAE000. Grayscale: #343434. Windows color (decimal): -15392769 or 16719637. OLE color: 16719637.
HSL color Cylindrical-coordinate representation of color #151FFF: hue angle of 237.44º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #151FFF is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 31 | 255 | - |
| CMYK | 0.92 | 0.88 | 0 | 0 |
| HSL | 237.44º | 1% | 0.54% | - |
| HSV(B) | 237.44º | 0.92% | 1% | - |
| XYZ | 18.85 | 8.36 | 95.23 | - |
| YUV | 53.55 | 241.69 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 255 | 0.92 | 0.88 | 0 | 0 | 237.44 | 1 | 0.54 |
| Hex | 15 | 1F | FF | 5C | 58 | 0 | 0 | ED | 64 | 36 |
| Octal | 25 | 37 | 377 | 134 | 130 | 0 | 0 | 355 | 144 | 66 |
| Binary | 10101 | 11111 | 11111111 | 1011100 | 1011000 | 0 | 0 | 11101101 | 1100100 | 110110 |
Color Harmonies of #151FFF
Complementary color
Monochromatic Colors of #151FFF
Black with #151FFF
Text Example
Text Example
White with #151FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151FFF; }
p { color: rgb(21,31,255); }
H1.HeaderClassName
{
color: #151FFF;
}
.AnyTagClassName
{
color: #151FFF;
}
</style>
background-color css
<style>
a { background-color: #151FFF; }
a { background-color: rgb(21,31,255); }
div.DivClassName
{
background-color: #151FFF;
}
.BgClassName
{
background-color: #151FFF;
}
</style>
border-color css
<style>
span { border-color: #151FFF; }
span { border-color: rgb(21,31,255); }
td.TdClassName
{
border-color: #151FFF;
}
.TagClassName
{
border-color: #151FFF;
}
</style>