Shades of Medium Blue #150BDB
Tints of Medium Blue #150BDB
RGB
CMYK
RGB Variations
Color information
#150BDB (or 0x150BDB) is known color: Medium Blue. HEX triplet: 15, 0B and DB. RGB value is (21,11,219). Sum of RGB (Red+Green+Blue) = 21+11+219=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 219 (85.94% from 255 or 87.25% from 251); Max value from RGB is 219 - color contains mainly: blue. Hex color #150BDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150BDB is #EAF424. Grayscale: #242424. Windows color (decimal): -15397925 or 14355221. OLE color: 14355221.
HSL color Cylindrical-coordinate representation of color #150BDB: hue angle of 242.88º 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 #150BDB is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 11 | 219 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.14 |
| HSL | 242.88º | 0.9% | 0.45% | - |
| HSV(B) | 242.88º | 0.95% | 0.86% | - |
| XYZ | 13.22 | 5.51 | 67.39 | - |
| YUV | 37.7 | 230.31 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 11 | 219 | 0.90 | 0.95 | 0 | 0.14 | 242.88 | 0.9 | 0.45 |
| Hex | 15 | B | DB | 5A | 5F | 0 | E | F3 | 5A | 2D |
| Octal | 25 | 13 | 333 | 132 | 137 | 0 | 16 | 363 | 132 | 55 |
| Binary | 10101 | 1011 | 11011011 | 1011010 | 1011111 | 0 | 1110 | 11110011 | 1011010 | 101101 |
Color Harmonies of #150BDB
Complementary color
Monochromatic Colors of #150BDB
Black with #150BDB
Text Example
Text Example
White with #150BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150BDB; }
p { color: rgb(21,11,219); }
H1.HeaderClassName
{
color: #150BDB;
}
.AnyTagClassName
{
color: #150BDB;
}
</style>
background-color css
<style>
a { background-color: #150BDB; }
a { background-color: rgb(21,11,219); }
div.DivClassName
{
background-color: #150BDB;
}
.BgClassName
{
background-color: #150BDB;
}
</style>
border-color css
<style>
span { border-color: #150BDB; }
span { border-color: rgb(21,11,219); }
td.TdClassName
{
border-color: #150BDB;
}
.TagClassName
{
border-color: #150BDB;
}
</style>