Shades of Medium Blue #081BDD
Tints of Medium Blue #081BDD
RGB
CMYK
RGB Variations
Color information
#081BDD (or 0x081BDD) is known color: Medium Blue. HEX triplet: 08, 1B and DD. RGB value is (8,27,221). Sum of RGB (Red+Green+Blue) = 8+27+221=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 221 (86.72% from 255 or 86.33% from 256); Max value from RGB is 221 - color contains mainly: blue. Hex color #081BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081BDD is #F7E422. Grayscale: #2A2A2A. Windows color (decimal): -16245795 or 14490376. OLE color: 14490376.
HSL color Cylindrical-coordinate representation of color #081BDD: hue angle of 234.65º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081BDD is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 27 | 221 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.13 |
| HSL | 234.65º | 0.93% | 0.45% | - |
| HSV(B) | 234.65º | 0.96% | 0.87% | - |
| XYZ | 13.54 | 6.06 | 68.86 | - |
| YUV | 43.44 | 228.21 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 221 | 0.96 | 0.88 | 0 | 0.13 | 234.65 | 0.93 | 0.45 |
| Hex | 8 | 1B | DD | 60 | 58 | 0 | D | EB | 5D | 2D |
| Octal | 10 | 33 | 335 | 140 | 130 | 0 | 15 | 353 | 135 | 55 |
| Binary | 1000 | 11011 | 11011101 | 1100000 | 1011000 | 0 | 1101 | 11101011 | 1011101 | 101101 |
Color Harmonies of #081BDD
Complementary color
Monochromatic Colors of #081BDD
Black with #081BDD
Text Example
Text Example
White with #081BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081BDD; }
p { color: rgb(8,27,221); }
H1.HeaderClassName
{
color: #081BDD;
}
.AnyTagClassName
{
color: #081BDD;
}
</style>
background-color css
<style>
a { background-color: #081BDD; }
a { background-color: rgb(8,27,221); }
div.DivClassName
{
background-color: #081BDD;
}
.BgClassName
{
background-color: #081BDD;
}
</style>
border-color css
<style>
span { border-color: #081BDD; }
span { border-color: rgb(8,27,221); }
td.TdClassName
{
border-color: #081BDD;
}
.TagClassName
{
border-color: #081BDD;
}
</style>