Shades of Medium Blue #150AD0
Tints of Medium Blue #150AD0
RGB
CMYK
RGB Variations
Color information
#150AD0 (or 0x150AD0) is known color: Medium Blue. HEX triplet: 15, 0A and D0. RGB value is (21,10,208). Sum of RGB (Red+Green+Blue) = 21+10+208=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 208 (81.64% from 255 or 87.03% from 239); Max value from RGB is 208 - color contains mainly: blue. Hex color #150AD0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150AD0 is #EAF52F. Grayscale: #232323. Windows color (decimal): -15398192 or 13634069. OLE color: 13634069.
HSL color Cylindrical-coordinate representation of color #150AD0: hue angle of 243.33º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150AD0 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 10 | 208 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.18 |
| HSL | 243.33º | 0.91% | 0.43% | - |
| HSV(B) | 243.33º | 0.95% | 0.82% | - |
| XYZ | 11.8 | 4.93 | 60 | - |
| YUV | 35.86 | 225.14 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 208 | 0.90 | 0.95 | 0 | 0.18 | 243.33 | 0.91 | 0.43 |
| Hex | 15 | A | D0 | 5A | 5F | 0 | 12 | F3 | 5B | 2B |
| Octal | 25 | 12 | 320 | 132 | 137 | 0 | 22 | 363 | 133 | 53 |
| Binary | 10101 | 1010 | 11010000 | 1011010 | 1011111 | 0 | 10010 | 11110011 | 1011011 | 101011 |
Color Harmonies of #150AD0
Complementary color
Monochromatic Colors of #150AD0
Black with #150AD0
Text Example
Text Example
White with #150AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150AD0; }
p { color: rgb(21,10,208); }
H1.HeaderClassName
{
color: #150AD0;
}
.AnyTagClassName
{
color: #150AD0;
}
</style>
background-color css
<style>
a { background-color: #150AD0; }
a { background-color: rgb(21,10,208); }
div.DivClassName
{
background-color: #150AD0;
}
.BgClassName
{
background-color: #150AD0;
}
</style>
border-color css
<style>
span { border-color: #150AD0; }
span { border-color: rgb(21,10,208); }
td.TdClassName
{
border-color: #150AD0;
}
.TagClassName
{
border-color: #150AD0;
}
</style>