Shades of Medium Blue #150DBD
Tints of Medium Blue #150DBD
RGB
CMYK
RGB Variations
Color information
#150DBD (or 0x150DBD) is known color: Medium Blue. HEX triplet: 15, 0D and BD. RGB value is (21,13,189). Sum of RGB (Red+Green+Blue) = 21+13+189=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 189 (74.22% from 255 or 84.75% from 223); Max value from RGB is 189 - color contains mainly: blue. Hex color #150DBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150DBD is #EAF242. Grayscale: #222222. Windows color (decimal): -15397443 or 12389653. OLE color: 12389653.
HSL color Cylindrical-coordinate representation of color #150DBD: hue angle of 242.73º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #150DBD is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 13 | 189 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.26 |
| HSL | 242.73º | 0.87% | 0.4% | - |
| HSV(B) | 242.73º | 0.93% | 0.74% | - |
| XYZ | 9.64 | 4.12 | 48.43 | - |
| YUV | 35.46 | 214.65 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 189 | 0.89 | 0.93 | 0 | 0.26 | 242.73 | 0.87 | 0.4 |
| Hex | 15 | D | BD | 59 | 5D | 0 | 1A | F3 | 57 | 28 |
| Octal | 25 | 15 | 275 | 131 | 135 | 0 | 32 | 363 | 127 | 50 |
| Binary | 10101 | 1101 | 10111101 | 1011001 | 1011101 | 0 | 11010 | 11110011 | 1010111 | 101000 |
Color Harmonies of #150DBD
Complementary color
Monochromatic Colors of #150DBD
Black with #150DBD
Text Example
Text Example
White with #150DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150DBD; }
p { color: rgb(21,13,189); }
H1.HeaderClassName
{
color: #150DBD;
}
.AnyTagClassName
{
color: #150DBD;
}
</style>
background-color css
<style>
a { background-color: #150DBD; }
a { background-color: rgb(21,13,189); }
div.DivClassName
{
background-color: #150DBD;
}
.BgClassName
{
background-color: #150DBD;
}
</style>
border-color css
<style>
span { border-color: #150DBD; }
span { border-color: rgb(21,13,189); }
td.TdClassName
{
border-color: #150DBD;
}
.TagClassName
{
border-color: #150DBD;
}
</style>