Shades of Medium Blue #150BC8
Tints of Medium Blue #150BC8
RGB
CMYK
RGB Variations
Color information
#150BC8 (or 0x150BC8) is known color: Medium Blue. HEX triplet: 15, 0B and C8. RGB value is (21,11,200). Sum of RGB (Red+Green+Blue) = 21+11+200=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 200 (78.52% from 255 or 86.21% from 232); Max value from RGB is 200 - color contains mainly: blue. Hex color #150BC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BC8 is #EAF437. Grayscale: #222222. Windows color (decimal): -15397944 or 13110037. OLE color: 13110037.
HSL color Cylindrical-coordinate representation of color #150BC8: hue angle of 243.17º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150BC8 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 21 | 11 | 200 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.22 |
| HSL | 243.17º | 0.9% | 0.41% | - |
| HSV(B) | 243.17º | 0.95% | 0.78% | - |
| XYZ | 10.85 | 4.57 | 54.95 | - |
| YUV | 35.54 | 220.81 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 200 | 0.90 | 0.94 | 0 | 0.22 | 243.17 | 0.9 | 0.41 |
| Hex | 15 | B | C8 | 5A | 5E | 0 | 16 | F3 | 5A | 29 |
| Octal | 25 | 13 | 310 | 132 | 136 | 0 | 26 | 363 | 132 | 51 |
| Binary | 10101 | 1011 | 11001000 | 1011010 | 1011110 | 0 | 10110 | 11110011 | 1011010 | 101001 |
Color Harmonies of #150BC8
Complementary color
Monochromatic Colors of #150BC8
Black with #150BC8
Text Example
Text Example
White with #150BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150BC8; }
p { color: rgb(21,11,200); }
H1.HeaderClassName
{
color: #150BC8;
}
.AnyTagClassName
{
color: #150BC8;
}
</style>
background-color css
<style>
a { background-color: #150BC8; }
a { background-color: rgb(21,11,200); }
div.DivClassName
{
background-color: #150BC8;
}
.BgClassName
{
background-color: #150BC8;
}
</style>
border-color css
<style>
span { border-color: #150BC8; }
span { border-color: rgb(21,11,200); }
td.TdClassName
{
border-color: #150BC8;
}
.TagClassName
{
border-color: #150BC8;
}
</style>