Shades of Medium Blue #150FE1
Tints of Medium Blue #150FE1
RGB
CMYK
RGB Variations
Color information
#150FE1 (or 0x150FE1) is known color: Medium Blue. HEX triplet: 15, 0F and E1. RGB value is (21,15,225). Sum of RGB (Red+Green+Blue) = 21+15+225=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 225 (88.28% from 255 or 86.21% from 261); Max value from RGB is 225 - color contains mainly: blue. Hex color #150FE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150FE1 is #EAF01E. Grayscale: #272727. Windows color (decimal): -15396895 or 14749461. OLE color: 14749461.
HSL color Cylindrical-coordinate representation of color #150FE1: hue angle of 241.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150FE1 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 15 | 225 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.12 |
| HSL | 241.71º | 0.88% | 0.47% | - |
| HSV(B) | 241.71º | 0.93% | 0.88% | - |
| XYZ | 14.07 | 5.94 | 71.64 | - |
| YUV | 40.73 | 231.99 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 225 | 0.91 | 0.93 | 0 | 0.12 | 241.71 | 0.88 | 0.47 |
| Hex | 15 | F | E1 | 5B | 5D | 0 | C | F2 | 58 | 2F |
| Octal | 25 | 17 | 341 | 133 | 135 | 0 | 14 | 362 | 130 | 57 |
| Binary | 10101 | 1111 | 11100001 | 1011011 | 1011101 | 0 | 1100 | 11110010 | 1011000 | 101111 |
Color Harmonies of #150FE1
Complementary color
Monochromatic Colors of #150FE1
Black with #150FE1
Text Example
Text Example
White with #150FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150FE1; }
p { color: rgb(21,15,225); }
H1.HeaderClassName
{
color: #150FE1;
}
.AnyTagClassName
{
color: #150FE1;
}
</style>
background-color css
<style>
a { background-color: #150FE1; }
a { background-color: rgb(21,15,225); }
div.DivClassName
{
background-color: #150FE1;
}
.BgClassName
{
background-color: #150FE1;
}
</style>
border-color css
<style>
span { border-color: #150FE1; }
span { border-color: rgb(21,15,225); }
td.TdClassName
{
border-color: #150FE1;
}
.TagClassName
{
border-color: #150FE1;
}
</style>