Shades of Medium Blue #151EDE
Tints of Medium Blue #151EDE
RGB
CMYK
RGB Variations
Color information
#151EDE (or 0x151EDE) is known color: Medium Blue. HEX triplet: 15, 1E and DE. RGB value is (21,30,222). Sum of RGB (Red+Green+Blue) = 21+30+222=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 222 (87.11% from 255 or 81.32% from 273); Max value from RGB is 222 - color contains mainly: blue. Hex color #151EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151EDE is #EAE121. Grayscale: #303030. Windows color (decimal): -15393058 or 14556693. OLE color: 14556693.
HSL color Cylindrical-coordinate representation of color #151EDE: hue angle of 237.31º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151EDE is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 30 | 222 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.13 |
| HSL | 237.31º | 0.83% | 0.48% | - |
| HSV(B) | 237.31º | 0.91% | 0.87% | - |
| XYZ | 13.96 | 6.36 | 69.6 | - |
| YUV | 49.2 | 225.52 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 30 | 222 | 0.91 | 0.86 | 0 | 0.13 | 237.31 | 0.83 | 0.48 |
| Hex | 15 | 1E | DE | 5B | 56 | 0 | D | ED | 53 | 30 |
| Octal | 25 | 36 | 336 | 133 | 126 | 0 | 15 | 355 | 123 | 60 |
| Binary | 10101 | 11110 | 11011110 | 1011011 | 1010110 | 0 | 1101 | 11101101 | 1010011 | 110000 |
Color Harmonies of #151EDE
Complementary color
Monochromatic Colors of #151EDE
Black with #151EDE
Text Example
Text Example
White with #151EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151EDE; }
p { color: rgb(21,30,222); }
H1.HeaderClassName
{
color: #151EDE;
}
.AnyTagClassName
{
color: #151EDE;
}
</style>
background-color css
<style>
a { background-color: #151EDE; }
a { background-color: rgb(21,30,222); }
div.DivClassName
{
background-color: #151EDE;
}
.BgClassName
{
background-color: #151EDE;
}
</style>
border-color css
<style>
span { border-color: #151EDE; }
span { border-color: rgb(21,30,222); }
td.TdClassName
{
border-color: #151EDE;
}
.TagClassName
{
border-color: #151EDE;
}
</style>