Shades of Medium Blue #150CDC
Tints of Medium Blue #150CDC
RGB
CMYK
RGB Variations
Color information
#150CDC (or 0x150CDC) is known color: Medium Blue. HEX triplet: 15, 0C and DC. RGB value is (21,12,220). Sum of RGB (Red+Green+Blue) = 21+12+220=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 220 (86.33% from 255 or 86.96% from 253); Max value from RGB is 220 - color contains mainly: blue. Hex color #150CDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CDC is #EAF323. Grayscale: #252525. Windows color (decimal): -15397668 or 14421013. OLE color: 14421013.
HSL color Cylindrical-coordinate representation of color #150CDC: hue angle of 242.6º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150CDC is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 12 | 220 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.14 |
| HSL | 242.6º | 0.9% | 0.45% | - |
| HSV(B) | 242.6º | 0.95% | 0.86% | - |
| XYZ | 13.36 | 5.59 | 68.08 | - |
| YUV | 38.4 | 230.48 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 220 | 0.90 | 0.95 | 0 | 0.14 | 242.6 | 0.9 | 0.45 |
| Hex | 15 | C | DC | 5A | 5F | 0 | E | F3 | 5A | 2D |
| Octal | 25 | 14 | 334 | 132 | 137 | 0 | 16 | 363 | 132 | 55 |
| Binary | 10101 | 1100 | 11011100 | 1011010 | 1011111 | 0 | 1110 | 11110011 | 1011010 | 101101 |
Color Harmonies of #150CDC
Complementary color
Monochromatic Colors of #150CDC
Black with #150CDC
Text Example
Text Example
White with #150CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CDC; }
p { color: rgb(21,12,220); }
H1.HeaderClassName
{
color: #150CDC;
}
.AnyTagClassName
{
color: #150CDC;
}
</style>
background-color css
<style>
a { background-color: #150CDC; }
a { background-color: rgb(21,12,220); }
div.DivClassName
{
background-color: #150CDC;
}
.BgClassName
{
background-color: #150CDC;
}
</style>
border-color css
<style>
span { border-color: #150CDC; }
span { border-color: rgb(21,12,220); }
td.TdClassName
{
border-color: #150CDC;
}
.TagClassName
{
border-color: #150CDC;
}
</style>