Shades of Medium Blue #081DDB
Tints of Medium Blue #081DDB
RGB
CMYK
RGB Variations
Color information
#081DDB (or 0x081DDB) is known color: Medium Blue. HEX triplet: 08, 1D and DB. RGB value is (8,29,219). Sum of RGB (Red+Green+Blue) = 8+29+219=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 219 (85.94% from 255 or 85.55% from 256); Max value from RGB is 219 - color contains mainly: blue. Hex color #081DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081DDB is #F7E224. Grayscale: #2B2B2B. Windows color (decimal): -16245285 or 14359816. OLE color: 14359816.
HSL color Cylindrical-coordinate representation of color #081DDB: hue angle of 234.03º 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 #081DDB is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 29 | 219 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.14 |
| HSL | 234.03º | 0.93% | 0.45% | - |
| HSV(B) | 234.03º | 0.96% | 0.86% | - |
| XYZ | 13.33 | 6.04 | 67.48 | - |
| YUV | 44.38 | 226.54 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 219 | 0.96 | 0.87 | 0 | 0.14 | 234.03 | 0.93 | 0.45 |
| Hex | 8 | 1D | DB | 60 | 57 | 0 | E | EA | 5D | 2D |
| Octal | 10 | 35 | 333 | 140 | 127 | 0 | 16 | 352 | 135 | 55 |
| Binary | 1000 | 11101 | 11011011 | 1100000 | 1010111 | 0 | 1110 | 11101010 | 1011101 | 101101 |
Color Harmonies of #081DDB
Complementary color
Monochromatic Colors of #081DDB
Black with #081DDB
Text Example
Text Example
White with #081DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081DDB; }
p { color: rgb(8,29,219); }
H1.HeaderClassName
{
color: #081DDB;
}
.AnyTagClassName
{
color: #081DDB;
}
</style>
background-color css
<style>
a { background-color: #081DDB; }
a { background-color: rgb(8,29,219); }
div.DivClassName
{
background-color: #081DDB;
}
.BgClassName
{
background-color: #081DDB;
}
</style>
border-color css
<style>
span { border-color: #081DDB; }
span { border-color: rgb(8,29,219); }
td.TdClassName
{
border-color: #081DDB;
}
.TagClassName
{
border-color: #081DDB;
}
</style>