Shades of Medium Blue #151EE5
Tints of Medium Blue #151EE5
RGB
CMYK
RGB Variations
Color information
#151EE5 (or 0x151EE5) is known color: Medium Blue. HEX triplet: 15, 1E and E5. RGB value is (21,30,229). Sum of RGB (Red+Green+Blue) = 21+30+229=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 229 (89.84% from 255 or 81.79% from 280); Max value from RGB is 229 - color contains mainly: blue. Hex color #151EE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151EE5 is #EAE11A. Grayscale: #313131. Windows color (decimal): -15393051 or 15015445. OLE color: 15015445.
HSL color Cylindrical-coordinate representation of color #151EE5: hue angle of 237.4º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151EE5 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 30 | 229 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.10 |
| HSL | 237.4º | 0.83% | 0.49% | - |
| HSV(B) | 237.4º | 0.91% | 0.9% | - |
| XYZ | 14.92 | 6.75 | 74.64 | - |
| YUV | 50 | 229.02 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 229 | 0.91 | 0.87 | 0 | 0.10 | 237.4 | 0.83 | 0.49 |
| Hex | 15 | 1E | E5 | 5B | 57 | 0 | A | ED | 53 | 31 |
| Octal | 25 | 36 | 345 | 133 | 127 | 0 | 12 | 355 | 123 | 61 |
| Binary | 10101 | 11110 | 11100101 | 1011011 | 1010111 | 0 | 1010 | 11101101 | 1010011 | 110001 |
Color Harmonies of #151EE5
Complementary color
Monochromatic Colors of #151EE5
Black with #151EE5
Text Example
Text Example
White with #151EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151EE5; }
p { color: rgb(21,30,229); }
H1.HeaderClassName
{
color: #151EE5;
}
.AnyTagClassName
{
color: #151EE5;
}
</style>
background-color css
<style>
a { background-color: #151EE5; }
a { background-color: rgb(21,30,229); }
div.DivClassName
{
background-color: #151EE5;
}
.BgClassName
{
background-color: #151EE5;
}
</style>
border-color css
<style>
span { border-color: #151EE5; }
span { border-color: rgb(21,30,229); }
td.TdClassName
{
border-color: #151EE5;
}
.TagClassName
{
border-color: #151EE5;
}
</style>