Shades of Medium Blue #150FDE
Tints of Medium Blue #150FDE
RGB
CMYK
RGB Variations
Color information
#150FDE (or 0x150FDE) is known color: Medium Blue. HEX triplet: 15, 0F and DE. RGB value is (21,15,222). Sum of RGB (Red+Green+Blue) = 21+15+222=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 222 (87.11% from 255 or 86.05% from 258); Max value from RGB is 222 - color contains mainly: blue. Hex color #150FDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150FDE is #EAF021. Grayscale: #272727. Windows color (decimal): -15396898 or 14552853. OLE color: 14552853.
HSL color Cylindrical-coordinate representation of color #150FDE: hue angle of 241.74º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150FDE is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 15 | 222 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.13 |
| HSL | 241.74º | 0.87% | 0.46% | - |
| HSV(B) | 241.74º | 0.93% | 0.87% | - |
| XYZ | 13.66 | 5.78 | 69.5 | - |
| YUV | 40.39 | 230.49 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 222 | 0.91 | 0.93 | 0 | 0.13 | 241.74 | 0.87 | 0.46 |
| Hex | 15 | F | DE | 5B | 5D | 0 | D | F2 | 57 | 2E |
| Octal | 25 | 17 | 336 | 133 | 135 | 0 | 15 | 362 | 127 | 56 |
| Binary | 10101 | 1111 | 11011110 | 1011011 | 1011101 | 0 | 1101 | 11110010 | 1010111 | 101110 |
Color Harmonies of #150FDE
Complementary color
Monochromatic Colors of #150FDE
Black with #150FDE
Text Example
Text Example
White with #150FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150FDE; }
p { color: rgb(21,15,222); }
H1.HeaderClassName
{
color: #150FDE;
}
.AnyTagClassName
{
color: #150FDE;
}
</style>
background-color css
<style>
a { background-color: #150FDE; }
a { background-color: rgb(21,15,222); }
div.DivClassName
{
background-color: #150FDE;
}
.BgClassName
{
background-color: #150FDE;
}
</style>
border-color css
<style>
span { border-color: #150FDE; }
span { border-color: rgb(21,15,222); }
td.TdClassName
{
border-color: #150FDE;
}
.TagClassName
{
border-color: #150FDE;
}
</style>