Shades of Medium Blue #151ADB
Tints of Medium Blue #151ADB
RGB
CMYK
RGB Variations
Color information
#151ADB (or 0x151ADB) is known color: Medium Blue. HEX triplet: 15, 1A and DB. RGB value is (21,26,219). Sum of RGB (Red+Green+Blue) = 21+26+219=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #151ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151ADB is #EAE524. Grayscale: #2D2D2D. Windows color (decimal): -15394085 or 14359061. OLE color: 14359061.
HSL color Cylindrical-coordinate representation of color #151ADB: hue angle of 238.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #151ADB is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 26 | 219 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.14 |
| HSL | 238.48º | 0.83% | 0.47% | - |
| HSV(B) | 238.48º | 0.9% | 0.86% | - |
| XYZ | 13.46 | 6.01 | 67.47 | - |
| YUV | 46.51 | 225.34 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 219 | 0.90 | 0.88 | 0 | 0.14 | 238.48 | 0.83 | 0.47 |
| Hex | 15 | 1A | DB | 5A | 58 | 0 | E | EE | 52 | 2F |
| Octal | 25 | 32 | 333 | 132 | 130 | 0 | 16 | 356 | 122 | 57 |
| Binary | 10101 | 11010 | 11011011 | 1011010 | 1011000 | 0 | 1110 | 11101110 | 1010010 | 101111 |
Color Harmonies of #151ADB
Complementary color
Monochromatic Colors of #151ADB
Black with #151ADB
Text Example
Text Example
White with #151ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151ADB; }
p { color: rgb(21,26,219); }
H1.HeaderClassName
{
color: #151ADB;
}
.AnyTagClassName
{
color: #151ADB;
}
</style>
background-color css
<style>
a { background-color: #151ADB; }
a { background-color: rgb(21,26,219); }
div.DivClassName
{
background-color: #151ADB;
}
.BgClassName
{
background-color: #151ADB;
}
</style>
border-color css
<style>
span { border-color: #151ADB; }
span { border-color: rgb(21,26,219); }
td.TdClassName
{
border-color: #151ADB;
}
.TagClassName
{
border-color: #151ADB;
}
</style>