Shades of Medium Blue #150EC3
Tints of Medium Blue #150EC3
RGB
CMYK
RGB Variations
Color information
#150EC3 (or 0x150EC3) is known color: Medium Blue. HEX triplet: 15, 0E and C3. RGB value is (21,14,195). Sum of RGB (Red+Green+Blue) = 21+14+195=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 195 (76.56% from 255 or 84.78% from 230); Max value from RGB is 195 - color contains mainly: blue. Hex color #150EC3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150EC3 is #EAF13C. Grayscale: #242424. Windows color (decimal): -15397181 or 12783125. OLE color: 12783125.
HSL color Cylindrical-coordinate representation of color #150EC3: hue angle of 242.32º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150EC3 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 14 | 195 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.24 |
| HSL | 242.32º | 0.87% | 0.41% | - |
| HSV(B) | 242.32º | 0.93% | 0.76% | - |
| XYZ | 10.32 | 4.41 | 51.94 | - |
| YUV | 36.73 | 217.32 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 195 | 0.89 | 0.93 | 0 | 0.24 | 242.32 | 0.87 | 0.41 |
| Hex | 15 | E | C3 | 59 | 5D | 0 | 18 | F2 | 57 | 29 |
| Octal | 25 | 16 | 303 | 131 | 135 | 0 | 30 | 362 | 127 | 51 |
| Binary | 10101 | 1110 | 11000011 | 1011001 | 1011101 | 0 | 11000 | 11110010 | 1010111 | 101001 |
Color Harmonies of #150EC3
Complementary color
Monochromatic Colors of #150EC3
Black with #150EC3
Text Example
Text Example
White with #150EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150EC3; }
p { color: rgb(21,14,195); }
H1.HeaderClassName
{
color: #150EC3;
}
.AnyTagClassName
{
color: #150EC3;
}
</style>
background-color css
<style>
a { background-color: #150EC3; }
a { background-color: rgb(21,14,195); }
div.DivClassName
{
background-color: #150EC3;
}
.BgClassName
{
background-color: #150EC3;
}
</style>
border-color css
<style>
span { border-color: #150EC3; }
span { border-color: rgb(21,14,195); }
td.TdClassName
{
border-color: #150EC3;
}
.TagClassName
{
border-color: #150EC3;
}
</style>