Shades of Medium Blue #080DDD
Tints of Medium Blue #080DDD
RGB
CMYK
RGB Variations
Color information
#080DDD (or 0x080DDD) is known color: Medium Blue. HEX triplet: 08, 0D and DD. RGB value is (8,13,221). Sum of RGB (Red+Green+Blue) = 8+13+221=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 221 (86.72% from 255 or 91.32% from 242); Max value from RGB is 221 - color contains mainly: blue. Hex color #080DDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DDD is #F7F222. Grayscale: #222222. Windows color (decimal): -16249379 or 14486792. OLE color: 14486792.
HSL color Cylindrical-coordinate representation of color #080DDD: hue angle of 238.59º 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 #080DDD is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 13 | 221 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.13 |
| HSL | 238.59º | 0.93% | 0.45% | - |
| HSV(B) | 238.59º | 0.96% | 0.87% | - |
| XYZ | 13.3 | 5.56 | 68.78 | - |
| YUV | 35.22 | 232.84 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 221 | 0.96 | 0.94 | 0 | 0.13 | 238.59 | 0.93 | 0.45 |
| Hex | 8 | D | DD | 60 | 5E | 0 | D | EF | 5D | 2D |
| Octal | 10 | 15 | 335 | 140 | 136 | 0 | 15 | 357 | 135 | 55 |
| Binary | 1000 | 1101 | 11011101 | 1100000 | 1011110 | 0 | 1101 | 11101111 | 1011101 | 101101 |
Color Harmonies of #080DDD
Complementary color
Monochromatic Colors of #080DDD
Black with #080DDD
Text Example
Text Example
White with #080DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080DDD; }
p { color: rgb(8,13,221); }
H1.HeaderClassName
{
color: #080DDD;
}
.AnyTagClassName
{
color: #080DDD;
}
</style>
background-color css
<style>
a { background-color: #080DDD; }
a { background-color: rgb(8,13,221); }
div.DivClassName
{
background-color: #080DDD;
}
.BgClassName
{
background-color: #080DDD;
}
</style>
border-color css
<style>
span { border-color: #080DDD; }
span { border-color: rgb(8,13,221); }
td.TdClassName
{
border-color: #080DDD;
}
.TagClassName
{
border-color: #080DDD;
}
</style>