Shades of Medium Blue #150DDB
Tints of Medium Blue #150DDB
RGB
CMYK
RGB Variations
Color information
#150DDB (or 0x150DDB) is known color: Medium Blue. HEX triplet: 15, 0D and DB. RGB value is (21,13,219). Sum of RGB (Red+Green+Blue) = 21+13+219=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 219 (85.94% from 255 or 86.56% from 253); Max value from RGB is 219 - color contains mainly: blue. Hex color #150DDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150DDB is #EAF224. Grayscale: #262626. Windows color (decimal): -15397413 or 14355733. OLE color: 14355733.
HSL color Cylindrical-coordinate representation of color #150DDB: hue angle of 242.33º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150DDB is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 13 | 219 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.14 |
| HSL | 242.33º | 0.89% | 0.45% | - |
| HSV(B) | 242.33º | 0.94% | 0.86% | - |
| XYZ | 13.24 | 5.56 | 67.39 | - |
| YUV | 38.88 | 229.65 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 219 | 0.90 | 0.94 | 0 | 0.14 | 242.33 | 0.89 | 0.45 |
| Hex | 15 | D | DB | 5A | 5E | 0 | E | F2 | 59 | 2D |
| Octal | 25 | 15 | 333 | 132 | 136 | 0 | 16 | 362 | 131 | 55 |
| Binary | 10101 | 1101 | 11011011 | 1011010 | 1011110 | 0 | 1110 | 11110010 | 1011001 | 101101 |
Color Harmonies of #150DDB
Complementary color
Monochromatic Colors of #150DDB
Black with #150DDB
Text Example
Text Example
White with #150DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150DDB; }
p { color: rgb(21,13,219); }
H1.HeaderClassName
{
color: #150DDB;
}
.AnyTagClassName
{
color: #150DDB;
}
</style>
background-color css
<style>
a { background-color: #150DDB; }
a { background-color: rgb(21,13,219); }
div.DivClassName
{
background-color: #150DDB;
}
.BgClassName
{
background-color: #150DDB;
}
</style>
border-color css
<style>
span { border-color: #150DDB; }
span { border-color: rgb(21,13,219); }
td.TdClassName
{
border-color: #150DDB;
}
.TagClassName
{
border-color: #150DDB;
}
</style>