Shades of Medium Blue #080DDB
Tints of Medium Blue #080DDB
RGB
CMYK
RGB Variations
Color information
#080DDB (or 0x080DDB) is known color: Medium Blue. HEX triplet: 08, 0D and DB. RGB value is (8,13,219). Sum of RGB (Red+Green+Blue) = 8+13+219=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 219 (85.94% from 255 or 91.25% from 240); Max value from RGB is 219 - color contains mainly: blue. Hex color #080DDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DDB is #F7F224. Grayscale: #222222. Windows color (decimal): -16249381 or 14355720. OLE color: 14355720.
HSL color Cylindrical-coordinate representation of color #080DDB: hue angle of 238.58º 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 #080DDB is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 13 | 219 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.14 |
| HSL | 238.58º | 0.93% | 0.45% | - |
| HSV(B) | 238.58º | 0.96% | 0.86% | - |
| XYZ | 13.03 | 5.45 | 67.38 | - |
| YUV | 34.99 | 231.84 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 219 | 0.96 | 0.94 | 0 | 0.14 | 238.58 | 0.93 | 0.45 |
| Hex | 8 | D | DB | 60 | 5E | 0 | E | EF | 5D | 2D |
| Octal | 10 | 15 | 333 | 140 | 136 | 0 | 16 | 357 | 135 | 55 |
| Binary | 1000 | 1101 | 11011011 | 1100000 | 1011110 | 0 | 1110 | 11101111 | 1011101 | 101101 |
Color Harmonies of #080DDB
Complementary color
Monochromatic Colors of #080DDB
Black with #080DDB
Text Example
Text Example
White with #080DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080DDB; }
p { color: rgb(8,13,219); }
H1.HeaderClassName
{
color: #080DDB;
}
.AnyTagClassName
{
color: #080DDB;
}
</style>
background-color css
<style>
a { background-color: #080DDB; }
a { background-color: rgb(8,13,219); }
div.DivClassName
{
background-color: #080DDB;
}
.BgClassName
{
background-color: #080DDB;
}
</style>
border-color css
<style>
span { border-color: #080DDB; }
span { border-color: rgb(8,13,219); }
td.TdClassName
{
border-color: #080DDB;
}
.TagClassName
{
border-color: #080DDB;
}
</style>