Shades of Medium Blue #081FDB
Tints of Medium Blue #081FDB
RGB
CMYK
RGB Variations
Color information
#081FDB (or 0x081FDB) is known color: Medium Blue. HEX triplet: 08, 1F and DB. RGB value is (8,31,219). Sum of RGB (Red+Green+Blue) = 8+31+219=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 219 (85.94% from 255 or 84.88% from 258); Max value from RGB is 219 - color contains mainly: blue. Hex color #081FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081FDB is #F7E024. Grayscale: #2C2C2C. Windows color (decimal): -16244773 or 14360328. OLE color: 14360328.
HSL color Cylindrical-coordinate representation of color #081FDB: hue angle of 233.46º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081FDB is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 31 | 219 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.14 |
| HSL | 233.46º | 0.93% | 0.45% | - |
| HSV(B) | 233.46º | 0.96% | 0.86% | - |
| XYZ | 13.38 | 6.15 | 67.5 | - |
| YUV | 45.56 | 225.88 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 219 | 0.96 | 0.86 | 0 | 0.14 | 233.46 | 0.93 | 0.45 |
| Hex | 8 | 1F | DB | 60 | 56 | 0 | E | E9 | 5D | 2D |
| Octal | 10 | 37 | 333 | 140 | 126 | 0 | 16 | 351 | 135 | 55 |
| Binary | 1000 | 11111 | 11011011 | 1100000 | 1010110 | 0 | 1110 | 11101001 | 1011101 | 101101 |
Color Harmonies of #081FDB
Complementary color
Monochromatic Colors of #081FDB
Black with #081FDB
Text Example
Text Example
White with #081FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081FDB; }
p { color: rgb(8,31,219); }
H1.HeaderClassName
{
color: #081FDB;
}
.AnyTagClassName
{
color: #081FDB;
}
</style>
background-color css
<style>
a { background-color: #081FDB; }
a { background-color: rgb(8,31,219); }
div.DivClassName
{
background-color: #081FDB;
}
.BgClassName
{
background-color: #081FDB;
}
</style>
border-color css
<style>
span { border-color: #081FDB; }
span { border-color: rgb(8,31,219); }
td.TdClassName
{
border-color: #081FDB;
}
.TagClassName
{
border-color: #081FDB;
}
</style>