Shades of Medium Blue #150CDF
Tints of Medium Blue #150CDF
RGB
CMYK
RGB Variations
Color information
#150CDF (or 0x150CDF) is known color: Medium Blue. HEX triplet: 15, 0C and DF. RGB value is (21,12,223). Sum of RGB (Red+Green+Blue) = 21+12+223=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 223 (87.5% from 255 or 87.11% from 256); Max value from RGB is 223 - color contains mainly: blue. Hex color #150CDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CDF is #EAF320. Grayscale: #252525. Windows color (decimal): -15397665 or 14617621. OLE color: 14617621.
HSL color Cylindrical-coordinate representation of color #150CDF: hue angle of 242.56º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150CDF is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 12 | 223 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.13 |
| HSL | 242.56º | 0.9% | 0.46% | - |
| HSV(B) | 242.56º | 0.95% | 0.87% | - |
| XYZ | 13.76 | 5.75 | 70.2 | - |
| YUV | 38.75 | 231.98 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 223 | 0.91 | 0.95 | 0 | 0.13 | 242.56 | 0.9 | 0.46 |
| Hex | 15 | C | DF | 5B | 5F | 0 | D | F3 | 5A | 2E |
| Octal | 25 | 14 | 337 | 133 | 137 | 0 | 15 | 363 | 132 | 56 |
| Binary | 10101 | 1100 | 11011111 | 1011011 | 1011111 | 0 | 1101 | 11110011 | 1011010 | 101110 |
Color Harmonies of #150CDF
Complementary color
Monochromatic Colors of #150CDF
Black with #150CDF
Text Example
Text Example
White with #150CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CDF; }
p { color: rgb(21,12,223); }
H1.HeaderClassName
{
color: #150CDF;
}
.AnyTagClassName
{
color: #150CDF;
}
</style>
background-color css
<style>
a { background-color: #150CDF; }
a { background-color: rgb(21,12,223); }
div.DivClassName
{
background-color: #150CDF;
}
.BgClassName
{
background-color: #150CDF;
}
</style>
border-color css
<style>
span { border-color: #150CDF; }
span { border-color: rgb(21,12,223); }
td.TdClassName
{
border-color: #150CDF;
}
.TagClassName
{
border-color: #150CDF;
}
</style>