Shades of Blue #151FEA
Tints of Blue #151FEA
RGB
CMYK
RGB Variations
Color information
#151FEA (or 0x151FEA) is known color: Blue. HEX triplet: 15, 1F and EA. RGB value is (21,31,234). Sum of RGB (Red+Green+Blue) = 21+31+234=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 234 (91.80% from 255 or 81.82% from 286); Max value from RGB is 234 - color contains mainly: blue. Hex color #151FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151FEA is #EAE015. Grayscale: #323232. Windows color (decimal): -15392790 or 15343381. OLE color: 15343381.
HSL color Cylindrical-coordinate representation of color #151FEA: hue angle of 237.18º 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 #151FEA is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 31 | 234 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.08 |
| HSL | 237.18º | 0.84% | 0.5% | - |
| HSV(B) | 237.18º | 0.91% | 0.92% | - |
| XYZ | 15.65 | 7.08 | 78.38 | - |
| YUV | 51.15 | 231.19 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 234 | 0.91 | 0.87 | 0 | 0.08 | 237.18 | 0.84 | 0.5 |
| Hex | 15 | 1F | EA | 5B | 57 | 0 | 8 | ED | 54 | 32 |
| Octal | 25 | 37 | 352 | 133 | 127 | 0 | 10 | 355 | 124 | 62 |
| Binary | 10101 | 11111 | 11101010 | 1011011 | 1010111 | 0 | 1000 | 11101101 | 1010100 | 110010 |
Color Harmonies of #151FEA
Complementary color
Monochromatic Colors of #151FEA
Black with #151FEA
Text Example
Text Example
White with #151FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151FEA; }
p { color: rgb(21,31,234); }
H1.HeaderClassName
{
color: #151FEA;
}
.AnyTagClassName
{
color: #151FEA;
}
</style>
background-color css
<style>
a { background-color: #151FEA; }
a { background-color: rgb(21,31,234); }
div.DivClassName
{
background-color: #151FEA;
}
.BgClassName
{
background-color: #151FEA;
}
</style>
border-color css
<style>
span { border-color: #151FEA; }
span { border-color: rgb(21,31,234); }
td.TdClassName
{
border-color: #151FEA;
}
.TagClassName
{
border-color: #151FEA;
}
</style>