Shades of Blue #151EEE
Tints of Blue #151EEE
RGB
CMYK
RGB Variations
Color information
#151EEE (or 0x151EEE) is known color: Blue. HEX triplet: 15, 1E and EE. RGB value is (21,30,238). Sum of RGB (Red+Green+Blue) = 21+30+238=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 238 (93.36% from 255 or 82.35% from 289); Max value from RGB is 238 - color contains mainly: blue. Hex color #151EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151EEE is #EAE111. Grayscale: #323232. Windows color (decimal): -15393042 or 15605269. OLE color: 15605269.
HSL color Cylindrical-coordinate representation of color #151EEE: hue angle of 237.51º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151EEE is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 30 | 238 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.07 |
| HSL | 237.51º | 0.86% | 0.51% | - |
| HSV(B) | 237.51º | 0.91% | 0.93% | - |
| XYZ | 16.21 | 7.26 | 81.44 | - |
| YUV | 51.02 | 233.52 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 238 | 0.91 | 0.87 | 0 | 0.07 | 237.51 | 0.86 | 0.51 |
| Hex | 15 | 1E | EE | 5B | 57 | 0 | 7 | EE | 56 | 33 |
| Octal | 25 | 36 | 356 | 133 | 127 | 0 | 7 | 356 | 126 | 63 |
| Binary | 10101 | 11110 | 11101110 | 1011011 | 1010111 | 0 | 111 | 11101110 | 1010110 | 110011 |
Color Harmonies of #151EEE
Complementary color
Monochromatic Colors of #151EEE
Black with #151EEE
Text Example
Text Example
White with #151EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151EEE; }
p { color: rgb(21,30,238); }
H1.HeaderClassName
{
color: #151EEE;
}
.AnyTagClassName
{
color: #151EEE;
}
</style>
background-color css
<style>
a { background-color: #151EEE; }
a { background-color: rgb(21,30,238); }
div.DivClassName
{
background-color: #151EEE;
}
.BgClassName
{
background-color: #151EEE;
}
</style>
border-color css
<style>
span { border-color: #151EEE; }
span { border-color: rgb(21,30,238); }
td.TdClassName
{
border-color: #151EEE;
}
.TagClassName
{
border-color: #151EEE;
}
</style>