Shades of Blue #151EEF
Tints of Blue #151EEF
RGB
CMYK
RGB Variations
Color information
#151EEF (or 0x151EEF) is known color: Blue. HEX triplet: 15, 1E and EF. RGB value is (21,30,239). Sum of RGB (Red+Green+Blue) = 21+30+239=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 239 (93.75% from 255 or 82.41% from 290); Max value from RGB is 239 - color contains mainly: blue. Hex color #151EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151EEF is #EAE110. Grayscale: #323232. Windows color (decimal): -15393041 or 15670805. OLE color: 15670805.
HSL color Cylindrical-coordinate representation of color #151EEF: hue angle of 237.52º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151EEF is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 30 | 239 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.06 |
| HSL | 237.52º | 0.87% | 0.51% | - |
| HSV(B) | 237.52º | 0.91% | 0.94% | - |
| XYZ | 16.35 | 7.32 | 82.21 | - |
| YUV | 51.14 | 234.02 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 239 | 0.91 | 0.87 | 0 | 0.06 | 237.52 | 0.87 | 0.51 |
| Hex | 15 | 1E | EF | 5B | 57 | 0 | 6 | EE | 57 | 33 |
| Octal | 25 | 36 | 357 | 133 | 127 | 0 | 6 | 356 | 127 | 63 |
| Binary | 10101 | 11110 | 11101111 | 1011011 | 1010111 | 0 | 110 | 11101110 | 1010111 | 110011 |
Color Harmonies of #151EEF
Complementary color
Monochromatic Colors of #151EEF
Black with #151EEF
Text Example
Text Example
White with #151EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151EEF; }
p { color: rgb(21,30,239); }
H1.HeaderClassName
{
color: #151EEF;
}
.AnyTagClassName
{
color: #151EEF;
}
</style>
background-color css
<style>
a { background-color: #151EEF; }
a { background-color: rgb(21,30,239); }
div.DivClassName
{
background-color: #151EEF;
}
.BgClassName
{
background-color: #151EEF;
}
</style>
border-color css
<style>
span { border-color: #151EEF; }
span { border-color: rgb(21,30,239); }
td.TdClassName
{
border-color: #151EEF;
}
.TagClassName
{
border-color: #151EEF;
}
</style>