Shades of Blue #151FEE
Tints of Blue #151FEE
RGB
CMYK
RGB Variations
Color information
#151FEE (or 0x151FEE) is known color: Blue. HEX triplet: 15, 1F and EE. RGB value is (21,31,238). Sum of RGB (Red+Green+Blue) = 21+31+238=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 238 (93.36% from 255 or 82.07% from 290); Max value from RGB is 238 - color contains mainly: blue. Hex color #151FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151FEE is #EAE011. Grayscale: #323232. Windows color (decimal): -15392786 or 15605525. OLE color: 15605525.
HSL color Cylindrical-coordinate representation of color #151FEE: hue angle of 237.24º 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 #151FEE is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 31 | 238 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.07 |
| HSL | 237.24º | 0.86% | 0.51% | - |
| HSV(B) | 237.24º | 0.91% | 0.93% | - |
| XYZ | 16.23 | 7.31 | 81.44 | - |
| YUV | 51.61 | 233.19 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 238 | 0.91 | 0.87 | 0 | 0.07 | 237.24 | 0.86 | 0.51 |
| Hex | 15 | 1F | EE | 5B | 57 | 0 | 7 | ED | 56 | 33 |
| Octal | 25 | 37 | 356 | 133 | 127 | 0 | 7 | 355 | 126 | 63 |
| Binary | 10101 | 11111 | 11101110 | 1011011 | 1010111 | 0 | 111 | 11101101 | 1010110 | 110011 |
Color Harmonies of #151FEE
Complementary color
Monochromatic Colors of #151FEE
Black with #151FEE
Text Example
Text Example
White with #151FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151FEE; }
p { color: rgb(21,31,238); }
H1.HeaderClassName
{
color: #151FEE;
}
.AnyTagClassName
{
color: #151FEE;
}
</style>
background-color css
<style>
a { background-color: #151FEE; }
a { background-color: rgb(21,31,238); }
div.DivClassName
{
background-color: #151FEE;
}
.BgClassName
{
background-color: #151FEE;
}
</style>
border-color css
<style>
span { border-color: #151FEE; }
span { border-color: rgb(21,31,238); }
td.TdClassName
{
border-color: #151FEE;
}
.TagClassName
{
border-color: #151FEE;
}
</style>