Shades of Medium Blue #150FDF
Tints of Medium Blue #150FDF
RGB
CMYK
RGB Variations
Color information
#150FDF (or 0x150FDF) is known color: Medium Blue. HEX triplet: 15, 0F and DF. RGB value is (21,15,223). Sum of RGB (Red+Green+Blue) = 21+15+223=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 223 (87.5% from 255 or 86.10% from 259); Max value from RGB is 223 - color contains mainly: blue. Hex color #150FDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150FDF is #EAF020. Grayscale: #272727. Windows color (decimal): -15396897 or 14618389. OLE color: 14618389.
HSL color Cylindrical-coordinate representation of color #150FDF: hue angle of 241.73º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150FDF is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 15 | 223 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.13 |
| HSL | 241.73º | 0.87% | 0.47% | - |
| HSV(B) | 241.73º | 0.93% | 0.87% | - |
| XYZ | 13.8 | 5.83 | 70.21 | - |
| YUV | 40.51 | 230.99 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 223 | 0.91 | 0.93 | 0 | 0.13 | 241.73 | 0.87 | 0.47 |
| Hex | 15 | F | DF | 5B | 5D | 0 | D | F2 | 57 | 2F |
| Octal | 25 | 17 | 337 | 133 | 135 | 0 | 15 | 362 | 127 | 57 |
| Binary | 10101 | 1111 | 11011111 | 1011011 | 1011101 | 0 | 1101 | 11110010 | 1010111 | 101111 |
Color Harmonies of #150FDF
Complementary color
Monochromatic Colors of #150FDF
Black with #150FDF
Text Example
Text Example
White with #150FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150FDF; }
p { color: rgb(21,15,223); }
H1.HeaderClassName
{
color: #150FDF;
}
.AnyTagClassName
{
color: #150FDF;
}
</style>
background-color css
<style>
a { background-color: #150FDF; }
a { background-color: rgb(21,15,223); }
div.DivClassName
{
background-color: #150FDF;
}
.BgClassName
{
background-color: #150FDF;
}
</style>
border-color css
<style>
span { border-color: #150FDF; }
span { border-color: rgb(21,15,223); }
td.TdClassName
{
border-color: #150FDF;
}
.TagClassName
{
border-color: #150FDF;
}
</style>