Shades of Medium Blue #150EDD
Tints of Medium Blue #150EDD
RGB
CMYK
RGB Variations
Color information
#150EDD (or 0x150EDD) is known color: Medium Blue. HEX triplet: 15, 0E and DD. RGB value is (21,14,221). Sum of RGB (Red+Green+Blue) = 21+14+221=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 221 (86.72% from 255 or 86.33% from 256); Max value from RGB is 221 - color contains mainly: blue. Hex color #150EDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150EDD is #EAF122. Grayscale: #262626. Windows color (decimal): -15397155 or 14487061. OLE color: 14487061.
HSL color Cylindrical-coordinate representation of color #150EDD: hue angle of 242.03º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150EDD is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 14 | 221 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.13 |
| HSL | 242.03º | 0.88% | 0.46% | - |
| HSV(B) | 242.03º | 0.94% | 0.87% | - |
| XYZ | 13.52 | 5.69 | 68.79 | - |
| YUV | 39.69 | 230.32 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 221 | 0.90 | 0.94 | 0 | 0.13 | 242.03 | 0.88 | 0.46 |
| Hex | 15 | E | DD | 5A | 5E | 0 | D | F2 | 58 | 2E |
| Octal | 25 | 16 | 335 | 132 | 136 | 0 | 15 | 362 | 130 | 56 |
| Binary | 10101 | 1110 | 11011101 | 1011010 | 1011110 | 0 | 1101 | 11110010 | 1011000 | 101110 |
Color Harmonies of #150EDD
Complementary color
Monochromatic Colors of #150EDD
Black with #150EDD
Text Example
Text Example
White with #150EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150EDD; }
p { color: rgb(21,14,221); }
H1.HeaderClassName
{
color: #150EDD;
}
.AnyTagClassName
{
color: #150EDD;
}
</style>
background-color css
<style>
a { background-color: #150EDD; }
a { background-color: rgb(21,14,221); }
div.DivClassName
{
background-color: #150EDD;
}
.BgClassName
{
background-color: #150EDD;
}
</style>
border-color css
<style>
span { border-color: #150EDD; }
span { border-color: rgb(21,14,221); }
td.TdClassName
{
border-color: #150EDD;
}
.TagClassName
{
border-color: #150EDD;
}
</style>