Shades of Blue #151FE7
Tints of Blue #151FE7
RGB
CMYK
RGB Variations
Color information
#151FE7 (or 0x151FE7) is known color: Blue. HEX triplet: 15, 1F and E7. RGB value is (21,31,231). Sum of RGB (Red+Green+Blue) = 21+31+231=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 231 (90.62% from 255 or 81.63% from 283); Max value from RGB is 231 - color contains mainly: blue. Hex color #151FE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151FE7 is #EAE018. Grayscale: #323232. Windows color (decimal): -15392793 or 15146773. OLE color: 15146773.
HSL color Cylindrical-coordinate representation of color #151FE7: hue angle of 237.14º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151FE7 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 31 | 231 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.09 |
| HSL | 237.14º | 0.83% | 0.49% | - |
| HSV(B) | 237.14º | 0.91% | 0.91% | - |
| XYZ | 15.22 | 6.91 | 76.13 | - |
| YUV | 50.81 | 229.69 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 231 | 0.91 | 0.87 | 0 | 0.09 | 237.14 | 0.83 | 0.49 |
| Hex | 15 | 1F | E7 | 5B | 57 | 0 | 9 | ED | 53 | 31 |
| Octal | 25 | 37 | 347 | 133 | 127 | 0 | 11 | 355 | 123 | 61 |
| Binary | 10101 | 11111 | 11100111 | 1011011 | 1010111 | 0 | 1001 | 11101101 | 1010011 | 110001 |
Color Harmonies of #151FE7
Complementary color
Monochromatic Colors of #151FE7
Black with #151FE7
Text Example
Text Example
White with #151FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151FE7; }
p { color: rgb(21,31,231); }
H1.HeaderClassName
{
color: #151FE7;
}
.AnyTagClassName
{
color: #151FE7;
}
</style>
background-color css
<style>
a { background-color: #151FE7; }
a { background-color: rgb(21,31,231); }
div.DivClassName
{
background-color: #151FE7;
}
.BgClassName
{
background-color: #151FE7;
}
</style>
border-color css
<style>
span { border-color: #151FE7; }
span { border-color: rgb(21,31,231); }
td.TdClassName
{
border-color: #151FE7;
}
.TagClassName
{
border-color: #151FE7;
}
</style>