Shades of Medium Blue #150ACD
Tints of Medium Blue #150ACD
RGB
CMYK
RGB Variations
Color information
#150ACD (or 0x150ACD) is known color: Medium Blue. HEX triplet: 15, 0A and CD. RGB value is (21,10,205). Sum of RGB (Red+Green+Blue) = 21+10+205=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 205 (80.47% from 255 or 86.86% from 236); Max value from RGB is 205 - color contains mainly: blue. Hex color #150ACD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150ACD is #EAF532. Grayscale: #222222. Windows color (decimal): -15398195 or 13437461. OLE color: 13437461.
HSL color Cylindrical-coordinate representation of color #150ACD: hue angle of 243.38º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150ACD is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 10 | 205 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.20 |
| HSL | 243.38º | 0.91% | 0.42% | - |
| HSV(B) | 243.38º | 0.95% | 0.8% | - |
| XYZ | 11.44 | 4.78 | 58.08 | - |
| YUV | 35.52 | 223.64 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 205 | 0.90 | 0.95 | 0 | 0.20 | 243.38 | 0.91 | 0.42 |
| Hex | 15 | A | CD | 5A | 5F | 0 | 14 | F3 | 5B | 2A |
| Octal | 25 | 12 | 315 | 132 | 137 | 0 | 24 | 363 | 133 | 52 |
| Binary | 10101 | 1010 | 11001101 | 1011010 | 1011111 | 0 | 10100 | 11110011 | 1011011 | 101010 |
Color Harmonies of #150ACD
Complementary color
Monochromatic Colors of #150ACD
Black with #150ACD
Text Example
Text Example
White with #150ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150ACD; }
p { color: rgb(21,10,205); }
H1.HeaderClassName
{
color: #150ACD;
}
.AnyTagClassName
{
color: #150ACD;
}
</style>
background-color css
<style>
a { background-color: #150ACD; }
a { background-color: rgb(21,10,205); }
div.DivClassName
{
background-color: #150ACD;
}
.BgClassName
{
background-color: #150ACD;
}
</style>
border-color css
<style>
span { border-color: #150ACD; }
span { border-color: rgb(21,10,205); }
td.TdClassName
{
border-color: #150ACD;
}
.TagClassName
{
border-color: #150ACD;
}
</style>