Shades of Medium Blue #150BE4
Tints of Medium Blue #150BE4
RGB
CMYK
RGB Variations
Color information
#150BE4 (or 0x150BE4) is known color: Medium Blue. HEX triplet: 15, 0B and E4. RGB value is (21,11,228). Sum of RGB (Red+Green+Blue) = 21+11+228=260 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.08% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 228 (89.45% from 255 or 87.69% from 260); Max value from RGB is 228 - color contains mainly: blue. Hex color #150BE4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BE4 is #EAF41B. Grayscale: #252525. Windows color (decimal): -15397916 or 14945045. OLE color: 14945045.
HSL color Cylindrical-coordinate representation of color #150BE4: hue angle of 242.76º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150BE4 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 11 | 228 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.11 |
| HSL | 242.77º | 0.91% | 0.47% | - |
| HSV(B) | 242.77º | 0.95% | 0.89% | - |
| XYZ | 14.43 | 6 | 73.8 | - |
| YUV | 38.73 | 234.81 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 228 | 0.91 | 0.95 | 0 | 0.11 | 242.77 | 0.91 | 0.47 |
| Hex | 15 | B | E4 | 5B | 5F | 0 | B | F3 | 5B | 2F |
| Octal | 25 | 13 | 344 | 133 | 137 | 0 | 13 | 363 | 133 | 57 |
| Binary | 10101 | 1011 | 11100100 | 1011011 | 1011111 | 0 | 1011 | 11110011 | 1011011 | 101111 |
Color Harmonies of #150BE4
Complementary color
Monochromatic Colors of #150BE4
Black with #150BE4
Text Example
Text Example
White with #150BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150BE4; }
p { color: rgb(21,11,228); }
H1.HeaderClassName
{
color: #150BE4;
}
.AnyTagClassName
{
color: #150BE4;
}
</style>
background-color css
<style>
a { background-color: #150BE4; }
a { background-color: rgb(21,11,228); }
div.DivClassName
{
background-color: #150BE4;
}
.BgClassName
{
background-color: #150BE4;
}
</style>
border-color css
<style>
span { border-color: #150BE4; }
span { border-color: rgb(21,11,228); }
td.TdClassName
{
border-color: #150BE4;
}
.TagClassName
{
border-color: #150BE4;
}
</style>