Shades of Medium Blue #150AD5
Tints of Medium Blue #150AD5
RGB
CMYK
RGB Variations
Color information
#150AD5 (or 0x150AD5) is known color: Medium Blue. HEX triplet: 15, 0A and D5. RGB value is (21,10,213). Sum of RGB (Red+Green+Blue) = 21+10+213=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 213 (83.59% from 255 or 87.30% from 244); Max value from RGB is 213 - color contains mainly: blue. Hex color #150AD5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150AD5 is #EAF52A. Grayscale: #232323. Windows color (decimal): -15398187 or 13961749. OLE color: 13961749.
HSL color Cylindrical-coordinate representation of color #150AD5: hue angle of 243.25º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150AD5 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 10 | 213 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.16 |
| HSL | 243.25º | 0.91% | 0.44% | - |
| HSV(B) | 243.25º | 0.95% | 0.84% | - |
| XYZ | 12.43 | 5.18 | 63.3 | - |
| YUV | 36.43 | 227.64 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 213 | 0.90 | 0.95 | 0 | 0.16 | 243.25 | 0.91 | 0.44 |
| Hex | 15 | A | D5 | 5A | 5F | 0 | 10 | F3 | 5B | 2C |
| Octal | 25 | 12 | 325 | 132 | 137 | 0 | 20 | 363 | 133 | 54 |
| Binary | 10101 | 1010 | 11010101 | 1011010 | 1011111 | 0 | 10000 | 11110011 | 1011011 | 101100 |
Color Harmonies of #150AD5
Complementary color
Monochromatic Colors of #150AD5
Black with #150AD5
Text Example
Text Example
White with #150AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150AD5; }
p { color: rgb(21,10,213); }
H1.HeaderClassName
{
color: #150AD5;
}
.AnyTagClassName
{
color: #150AD5;
}
</style>
background-color css
<style>
a { background-color: #150AD5; }
a { background-color: rgb(21,10,213); }
div.DivClassName
{
background-color: #150AD5;
}
.BgClassName
{
background-color: #150AD5;
}
</style>
border-color css
<style>
span { border-color: #150AD5; }
span { border-color: rgb(21,10,213); }
td.TdClassName
{
border-color: #150AD5;
}
.TagClassName
{
border-color: #150AD5;
}
</style>