Shades of Medium Blue #150CDB
Tints of Medium Blue #150CDB
RGB
CMYK
RGB Variations
Color information
#150CDB (or 0x150CDB) is known color: Medium Blue. HEX triplet: 15, 0C and DB. RGB value is (21,12,219). Sum of RGB (Red+Green+Blue) = 21+12+219=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 219 (85.94% from 255 or 86.90% from 252); Max value from RGB is 219 - color contains mainly: blue. Hex color #150CDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150CDB is #EAF324. Grayscale: #252525. Windows color (decimal): -15397669 or 14355477. OLE color: 14355477.
HSL color Cylindrical-coordinate representation of color #150CDB: hue angle of 242.61º 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 #150CDB is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 12 | 219 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.14 |
| HSL | 242.61º | 0.9% | 0.45% | - |
| HSV(B) | 242.61º | 0.95% | 0.86% | - |
| XYZ | 13.23 | 5.54 | 67.39 | - |
| YUV | 38.29 | 229.98 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 12 | 219 | 0.90 | 0.95 | 0 | 0.14 | 242.61 | 0.9 | 0.45 |
| Hex | 15 | C | DB | 5A | 5F | 0 | E | F3 | 5A | 2D |
| Octal | 25 | 14 | 333 | 132 | 137 | 0 | 16 | 363 | 132 | 55 |
| Binary | 10101 | 1100 | 11011011 | 1011010 | 1011111 | 0 | 1110 | 11110011 | 1011010 | 101101 |
Color Harmonies of #150CDB
Complementary color
Monochromatic Colors of #150CDB
Black with #150CDB
Text Example
Text Example
White with #150CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150CDB; }
p { color: rgb(21,12,219); }
H1.HeaderClassName
{
color: #150CDB;
}
.AnyTagClassName
{
color: #150CDB;
}
</style>
background-color css
<style>
a { background-color: #150CDB; }
a { background-color: rgb(21,12,219); }
div.DivClassName
{
background-color: #150CDB;
}
.BgClassName
{
background-color: #150CDB;
}
</style>
border-color css
<style>
span { border-color: #150CDB; }
span { border-color: rgb(21,12,219); }
td.TdClassName
{
border-color: #150CDB;
}
.TagClassName
{
border-color: #150CDB;
}
</style>