Shades of Blue #151FEB
Tints of Blue #151FEB
RGB
CMYK
RGB Variations
Color information
#151FEB (or 0x151FEB) is known color: Blue. HEX triplet: 15, 1F and EB. RGB value is (21,31,235). Sum of RGB (Red+Green+Blue) = 21+31+235=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 235 (92.19% from 255 or 81.88% from 287); Max value from RGB is 235 - color contains mainly: blue. Hex color #151FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151FEB is #EAE014. Grayscale: #323232. Windows color (decimal): -15392789 or 15408917. OLE color: 15408917.
HSL color Cylindrical-coordinate representation of color #151FEB: hue angle of 237.2º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151FEB is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 31 | 235 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.08 |
| HSL | 237.2º | 0.84% | 0.5% | - |
| HSV(B) | 237.2º | 0.91% | 0.92% | - |
| XYZ | 15.79 | 7.14 | 79.14 | - |
| YUV | 51.27 | 231.69 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 235 | 0.91 | 0.87 | 0 | 0.08 | 237.2 | 0.84 | 0.5 |
| Hex | 15 | 1F | EB | 5B | 57 | 0 | 8 | ED | 54 | 32 |
| Octal | 25 | 37 | 353 | 133 | 127 | 0 | 10 | 355 | 124 | 62 |
| Binary | 10101 | 11111 | 11101011 | 1011011 | 1010111 | 0 | 1000 | 11101101 | 1010100 | 110010 |
Color Harmonies of #151FEB
Complementary color
Monochromatic Colors of #151FEB
Black with #151FEB
Text Example
Text Example
White with #151FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151FEB; }
p { color: rgb(21,31,235); }
H1.HeaderClassName
{
color: #151FEB;
}
.AnyTagClassName
{
color: #151FEB;
}
</style>
background-color css
<style>
a { background-color: #151FEB; }
a { background-color: rgb(21,31,235); }
div.DivClassName
{
background-color: #151FEB;
}
.BgClassName
{
background-color: #151FEB;
}
</style>
border-color css
<style>
span { border-color: #151FEB; }
span { border-color: rgb(21,31,235); }
td.TdClassName
{
border-color: #151FEB;
}
.TagClassName
{
border-color: #151FEB;
}
</style>