Shades of Medium Blue #151FDB
Tints of Medium Blue #151FDB
RGB
CMYK
RGB Variations
Color information
#151FDB (or 0x151FDB) is known color: Medium Blue. HEX triplet: 15, 1F and DB. RGB value is (21,31,219). Sum of RGB (Red+Green+Blue) = 21+31+219=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 219 (85.94% from 255 or 80.81% from 271); Max value from RGB is 219 - color contains mainly: blue. Hex color #151FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #151FDB is #EAE024. Grayscale: #303030. Windows color (decimal): -15392805 or 14360341. OLE color: 14360341.
HSL color Cylindrical-coordinate representation of color #151FDB: hue angle of 236.97º 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 #151FDB is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 31 | 219 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.14 |
| HSL | 236.97º | 0.83% | 0.47% | - |
| HSV(B) | 236.97º | 0.9% | 0.86% | - |
| XYZ | 13.59 | 6.25 | 67.51 | - |
| YUV | 49.44 | 223.69 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 219 | 0.90 | 0.86 | 0 | 0.14 | 236.97 | 0.83 | 0.47 |
| Hex | 15 | 1F | DB | 5A | 56 | 0 | E | ED | 52 | 2F |
| Octal | 25 | 37 | 333 | 132 | 126 | 0 | 16 | 355 | 122 | 57 |
| Binary | 10101 | 11111 | 11011011 | 1011010 | 1010110 | 0 | 1110 | 11101101 | 1010010 | 101111 |
Color Harmonies of #151FDB
Complementary color
Monochromatic Colors of #151FDB
Black with #151FDB
Text Example
Text Example
White with #151FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151FDB; }
p { color: rgb(21,31,219); }
H1.HeaderClassName
{
color: #151FDB;
}
.AnyTagClassName
{
color: #151FDB;
}
</style>
background-color css
<style>
a { background-color: #151FDB; }
a { background-color: rgb(21,31,219); }
div.DivClassName
{
background-color: #151FDB;
}
.BgClassName
{
background-color: #151FDB;
}
</style>
border-color css
<style>
span { border-color: #151FDB; }
span { border-color: rgb(21,31,219); }
td.TdClassName
{
border-color: #151FDB;
}
.TagClassName
{
border-color: #151FDB;
}
</style>