Shades of Medium Blue #151DE5
Tints of Medium Blue #151DE5
RGB
CMYK
RGB Variations
Color information
#151DE5 (or 0x151DE5) is known color: Medium Blue. HEX triplet: 15, 1D and E5. RGB value is (21,29,229). Sum of RGB (Red+Green+Blue) = 21+29+229=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 229 (89.84% from 255 or 82.08% from 279); Max value from RGB is 229 - color contains mainly: blue. Hex color #151DE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151DE5 is #EAE21A. Grayscale: #303030. Windows color (decimal): -15393307 or 15015189. OLE color: 15015189.
HSL color Cylindrical-coordinate representation of color #151DE5: hue angle of 237.69º 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 #151DE5 is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 29 | 229 | - |
| CMYK | 0.91 | 0.87 | 0 | 0.10 |
| HSL | 237.69º | 0.83% | 0.49% | - |
| HSV(B) | 237.69º | 0.91% | 0.9% | - |
| XYZ | 14.89 | 6.7 | 74.64 | - |
| YUV | 49.41 | 229.35 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 229 | 0.91 | 0.87 | 0 | 0.10 | 237.69 | 0.83 | 0.49 |
| Hex | 15 | 1D | E5 | 5B | 57 | 0 | A | EE | 53 | 31 |
| Octal | 25 | 35 | 345 | 133 | 127 | 0 | 12 | 356 | 123 | 61 |
| Binary | 10101 | 11101 | 11100101 | 1011011 | 1010111 | 0 | 1010 | 11101110 | 1010011 | 110001 |
Color Harmonies of #151DE5
Complementary color
Monochromatic Colors of #151DE5
Black with #151DE5
Text Example
Text Example
White with #151DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151DE5; }
p { color: rgb(21,29,229); }
H1.HeaderClassName
{
color: #151DE5;
}
.AnyTagClassName
{
color: #151DE5;
}
</style>
background-color css
<style>
a { background-color: #151DE5; }
a { background-color: rgb(21,29,229); }
div.DivClassName
{
background-color: #151DE5;
}
.BgClassName
{
background-color: #151DE5;
}
</style>
border-color css
<style>
span { border-color: #151DE5; }
span { border-color: rgb(21,29,229); }
td.TdClassName
{
border-color: #151DE5;
}
.TagClassName
{
border-color: #151DE5;
}
</style>