Shades of Medium Blue #150FDC
Tints of Medium Blue #150FDC
RGB
CMYK
RGB Variations
Color information
#150FDC (or 0x150FDC) is known color: Medium Blue. HEX triplet: 15, 0F and DC. RGB value is (21,15,220). Sum of RGB (Red+Green+Blue) = 21+15+220=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 220 (86.33% from 255 or 85.94% from 256); Max value from RGB is 220 - color contains mainly: blue. Hex color #150FDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150FDC is #EAF023. Grayscale: #272727. Windows color (decimal): -15396900 or 14421781. OLE color: 14421781.
HSL color Cylindrical-coordinate representation of color #150FDC: hue angle of 241.76º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150FDC is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 15 | 220 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.14 |
| HSL | 241.76º | 0.87% | 0.46% | - |
| HSV(B) | 241.76º | 0.93% | 0.86% | - |
| XYZ | 13.4 | 5.67 | 68.1 | - |
| YUV | 40.16 | 229.49 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 220 | 0.90 | 0.93 | 0 | 0.14 | 241.76 | 0.87 | 0.46 |
| Hex | 15 | F | DC | 5A | 5D | 0 | E | F2 | 57 | 2E |
| Octal | 25 | 17 | 334 | 132 | 135 | 0 | 16 | 362 | 127 | 56 |
| Binary | 10101 | 1111 | 11011100 | 1011010 | 1011101 | 0 | 1110 | 11110010 | 1010111 | 101110 |
Color Harmonies of #150FDC
Complementary color
Monochromatic Colors of #150FDC
Black with #150FDC
Text Example
Text Example
White with #150FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150FDC; }
p { color: rgb(21,15,220); }
H1.HeaderClassName
{
color: #150FDC;
}
.AnyTagClassName
{
color: #150FDC;
}
</style>
background-color css
<style>
a { background-color: #150FDC; }
a { background-color: rgb(21,15,220); }
div.DivClassName
{
background-color: #150FDC;
}
.BgClassName
{
background-color: #150FDC;
}
</style>
border-color css
<style>
span { border-color: #150FDC; }
span { border-color: rgb(21,15,220); }
td.TdClassName
{
border-color: #150FDC;
}
.TagClassName
{
border-color: #150FDC;
}
</style>