Shades of Medium Blue #150CE1
Tints of Medium Blue #150CE1
RGB
CMYK
RGB Variations
Color information
#150CE1 (or 0x150CE1) is known color: Medium Blue. HEX triplet: 15, 0C and E1. RGB value is (21,12,225). Sum of RGB (Red+Green+Blue) = 21+12+225=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 225 (88.28% from 255 or 87.21% from 258); Max value from RGB is 225 - color contains mainly: blue. Hex color #150CE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CE1 is #EAF31E. Grayscale: #262626. Windows color (decimal): -15397663 or 14748693. OLE color: 14748693.
HSL color Cylindrical-coordinate representation of color #150CE1: hue angle of 242.54º degrees, saturation: 0.9, 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 #150CE1 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 12 | 225 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.12 |
| HSL | 242.54º | 0.9% | 0.46% | - |
| HSV(B) | 242.54º | 0.95% | 0.88% | - |
| XYZ | 14.03 | 5.86 | 71.63 | - |
| YUV | 38.97 | 232.98 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 225 | 0.91 | 0.95 | 0 | 0.12 | 242.54 | 0.9 | 0.46 |
| Hex | 15 | C | E1 | 5B | 5F | 0 | C | F3 | 5A | 2E |
| Octal | 25 | 14 | 341 | 133 | 137 | 0 | 14 | 363 | 132 | 56 |
| Binary | 10101 | 1100 | 11100001 | 1011011 | 1011111 | 0 | 1100 | 11110011 | 1011010 | 101110 |
Color Harmonies of #150CE1
Complementary color
Monochromatic Colors of #150CE1
Black with #150CE1
Text Example
Text Example
White with #150CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CE1; }
p { color: rgb(21,12,225); }
H1.HeaderClassName
{
color: #150CE1;
}
.AnyTagClassName
{
color: #150CE1;
}
</style>
background-color css
<style>
a { background-color: #150CE1; }
a { background-color: rgb(21,12,225); }
div.DivClassName
{
background-color: #150CE1;
}
.BgClassName
{
background-color: #150CE1;
}
</style>
border-color css
<style>
span { border-color: #150CE1; }
span { border-color: rgb(21,12,225); }
td.TdClassName
{
border-color: #150CE1;
}
.TagClassName
{
border-color: #150CE1;
}
</style>