Shades of Blue #151EEB
Tints of Blue #151EEB
RGB
CMYK
RGB Variations
Color information
#151EEB (or 0x151EEB) is known color: Blue. HEX triplet: 15, 1E and EB. RGB value is (21,30,235). Sum of RGB (Red+Green+Blue) = 21+30+235=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 235 (92.19% from 255 or 82.17% from 286); Max value from RGB is 235 - color contains mainly: blue. Hex color #151EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151EEB is #EAE114. Grayscale: #313131. Windows color (decimal): -15393045 or 15408661. OLE color: 15408661.
HSL color Cylindrical-coordinate representation of color #151EEB: hue angle of 237.48º 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 #151EEB is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 30 | 235 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.08 |
| HSL | 237.48º | 0.84% | 0.5% | - |
| HSV(B) | 237.48º | 0.91% | 0.92% | - |
| XYZ | 15.77 | 7.09 | 79.13 | - |
| YUV | 50.68 | 232.02 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 235 | 0.91 | 0.87 | 0 | 0.08 | 237.48 | 0.84 | 0.5 |
| Hex | 15 | 1E | EB | 5B | 57 | 0 | 8 | ED | 54 | 32 |
| Octal | 25 | 36 | 353 | 133 | 127 | 0 | 10 | 355 | 124 | 62 |
| Binary | 10101 | 11110 | 11101011 | 1011011 | 1010111 | 0 | 1000 | 11101101 | 1010100 | 110010 |
Color Harmonies of #151EEB
Complementary color
Monochromatic Colors of #151EEB
Black with #151EEB
Text Example
Text Example
White with #151EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151EEB; }
p { color: rgb(21,30,235); }
H1.HeaderClassName
{
color: #151EEB;
}
.AnyTagClassName
{
color: #151EEB;
}
</style>
background-color css
<style>
a { background-color: #151EEB; }
a { background-color: rgb(21,30,235); }
div.DivClassName
{
background-color: #151EEB;
}
.BgClassName
{
background-color: #151EEB;
}
</style>
border-color css
<style>
span { border-color: #151EEB; }
span { border-color: rgb(21,30,235); }
td.TdClassName
{
border-color: #151EEB;
}
.TagClassName
{
border-color: #151EEB;
}
</style>