Shades of Medium Blue #150ADB
Tints of Medium Blue #150ADB
RGB
CMYK
RGB Variations
Color information
#150ADB (or 0x150ADB) is known color: Medium Blue. HEX triplet: 15, 0A and DB. RGB value is (21,10,219). Sum of RGB (Red+Green+Blue) = 21+10+219=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 219 (85.94% from 255 or 87.6% from 250); Max value from RGB is 219 - color contains mainly: blue. Hex color #150ADB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #150ADB is #EAF524. Grayscale: #242424. Windows color (decimal): -15398181 or 14354965. OLE color: 14354965.
HSL color Cylindrical-coordinate representation of color #150ADB: hue angle of 243.16º degrees, saturation: 0.91, 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 #150ADB is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 10 | 219 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.14 |
| HSL | 243.16º | 0.91% | 0.45% | - |
| HSV(B) | 243.16º | 0.95% | 0.86% | - |
| XYZ | 13.2 | 5.49 | 67.38 | - |
| YUV | 37.12 | 230.64 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 10 | 219 | 0.90 | 0.95 | 0 | 0.14 | 243.16 | 0.91 | 0.45 |
| Hex | 15 | A | DB | 5A | 5F | 0 | E | F3 | 5B | 2D |
| Octal | 25 | 12 | 333 | 132 | 137 | 0 | 16 | 363 | 133 | 55 |
| Binary | 10101 | 1010 | 11011011 | 1011010 | 1011111 | 0 | 1110 | 11110011 | 1011011 | 101101 |
Color Harmonies of #150ADB
Complementary color
Monochromatic Colors of #150ADB
Black with #150ADB
Text Example
Text Example
White with #150ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150ADB; }
p { color: rgb(21,10,219); }
H1.HeaderClassName
{
color: #150ADB;
}
.AnyTagClassName
{
color: #150ADB;
}
</style>
background-color css
<style>
a { background-color: #150ADB; }
a { background-color: rgb(21,10,219); }
div.DivClassName
{
background-color: #150ADB;
}
.BgClassName
{
background-color: #150ADB;
}
</style>
border-color css
<style>
span { border-color: #150ADB; }
span { border-color: rgb(21,10,219); }
td.TdClassName
{
border-color: #150ADB;
}
.TagClassName
{
border-color: #150ADB;
}
</style>