Shades of Medium Blue #150BE0
Tints of Medium Blue #150BE0
RGB
CMYK
RGB Variations
Color information
#150BE0 (or 0x150BE0) is known color: Medium Blue. HEX triplet: 15, 0B and E0. RGB value is (21,11,224). Sum of RGB (Red+Green+Blue) = 21+11+224=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 224 (87.89% from 255 or 87.5% from 256); Max value from RGB is 224 - color contains mainly: blue. Hex color #150BE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BE0 is #EAF41F. Grayscale: #252525. Windows color (decimal): -15397920 or 14682901. OLE color: 14682901.
HSL color Cylindrical-coordinate representation of color #150BE0: hue angle of 242.82º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150BE0 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 11 | 224 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.12 |
| HSL | 242.82º | 0.91% | 0.46% | - |
| HSV(B) | 242.82º | 0.95% | 0.88% | - |
| XYZ | 13.88 | 5.78 | 70.91 | - |
| YUV | 38.27 | 232.81 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 224 | 0.91 | 0.95 | 0 | 0.12 | 242.82 | 0.91 | 0.46 |
| Hex | 15 | B | E0 | 5B | 5F | 0 | C | F3 | 5B | 2E |
| Octal | 25 | 13 | 340 | 133 | 137 | 0 | 14 | 363 | 133 | 56 |
| Binary | 10101 | 1011 | 11100000 | 1011011 | 1011111 | 0 | 1100 | 11110011 | 1011011 | 101110 |
Color Harmonies of #150BE0
Complementary color
Monochromatic Colors of #150BE0
Black with #150BE0
Text Example
Text Example
White with #150BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150BE0; }
p { color: rgb(21,11,224); }
H1.HeaderClassName
{
color: #150BE0;
}
.AnyTagClassName
{
color: #150BE0;
}
</style>
background-color css
<style>
a { background-color: #150BE0; }
a { background-color: rgb(21,11,224); }
div.DivClassName
{
background-color: #150BE0;
}
.BgClassName
{
background-color: #150BE0;
}
</style>
border-color css
<style>
span { border-color: #150BE0; }
span { border-color: rgb(21,11,224); }
td.TdClassName
{
border-color: #150BE0;
}
.TagClassName
{
border-color: #150BE0;
}
</style>