Shades of Medium Blue #150CC8
Tints of Medium Blue #150CC8
RGB
CMYK
RGB Variations
Color information
#150CC8 (or 0x150CC8) is known color: Medium Blue. HEX triplet: 15, 0C and C8. RGB value is (21,12,200). Sum of RGB (Red+Green+Blue) = 21+12+200=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 200 (78.52% from 255 or 85.84% from 233); Max value from RGB is 200 - color contains mainly: blue. Hex color #150CC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CC8 is #EAF337. Grayscale: #232323. Windows color (decimal): -15397688 or 13110293. OLE color: 13110293.
HSL color Cylindrical-coordinate representation of color #150CC8: hue angle of 242.87º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150CC8 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 12 | 200 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.22 |
| HSL | 242.87º | 0.89% | 0.42% | - |
| HSV(B) | 242.87º | 0.94% | 0.78% | - |
| XYZ | 10.87 | 4.59 | 54.96 | - |
| YUV | 36.12 | 220.48 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 200 | 0.90 | 0.94 | 0 | 0.22 | 242.87 | 0.89 | 0.42 |
| Hex | 15 | C | C8 | 5A | 5E | 0 | 16 | F3 | 59 | 2A |
| Octal | 25 | 14 | 310 | 132 | 136 | 0 | 26 | 363 | 131 | 52 |
| Binary | 10101 | 1100 | 11001000 | 1011010 | 1011110 | 0 | 10110 | 11110011 | 1011001 | 101010 |
Color Harmonies of #150CC8
Complementary color
Monochromatic Colors of #150CC8
Black with #150CC8
Text Example
Text Example
White with #150CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CC8; }
p { color: rgb(21,12,200); }
H1.HeaderClassName
{
color: #150CC8;
}
.AnyTagClassName
{
color: #150CC8;
}
</style>
background-color css
<style>
a { background-color: #150CC8; }
a { background-color: rgb(21,12,200); }
div.DivClassName
{
background-color: #150CC8;
}
.BgClassName
{
background-color: #150CC8;
}
</style>
border-color css
<style>
span { border-color: #150CC8; }
span { border-color: rgb(21,12,200); }
td.TdClassName
{
border-color: #150CC8;
}
.TagClassName
{
border-color: #150CC8;
}
</style>