Shades of Medium Blue #080DDC
Tints of Medium Blue #080DDC
RGB
CMYK
RGB Variations
Color information
#080DDC (or 0x080DDC) is known color: Medium Blue. HEX triplet: 08, 0D and DC. RGB value is (8,13,220). Sum of RGB (Red+Green+Blue) = 8+13+220=241 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.32% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 220 (86.33% from 255 or 91.29% from 241); Max value from RGB is 220 - color contains mainly: blue. Hex color #080DDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DDC is #F7F223. Grayscale: #222222. Windows color (decimal): -16249380 or 14421256. OLE color: 14421256.
HSL color Cylindrical-coordinate representation of color #080DDC: 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 #080DDC is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 13 | 220 | - |
| 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.16 | 5.51 | 68.08 | - |
| YUV | 35.1 | 232.34 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 220 | 0.96 | 0.94 | 0 | 0.14 | 238.58 | 0.93 | 0.45 |
| Hex | 8 | D | DC | 60 | 5E | 0 | E | EF | 5D | 2D |
| Octal | 10 | 15 | 334 | 140 | 136 | 0 | 16 | 357 | 135 | 55 |
| Binary | 1000 | 1101 | 11011100 | 1100000 | 1011110 | 0 | 1110 | 11101111 | 1011101 | 101101 |
Color Harmonies of #080DDC
Complementary color
Monochromatic Colors of #080DDC
Black with #080DDC
Text Example
Text Example
White with #080DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080DDC; }
p { color: rgb(8,13,220); }
H1.HeaderClassName
{
color: #080DDC;
}
.AnyTagClassName
{
color: #080DDC;
}
</style>
background-color css
<style>
a { background-color: #080DDC; }
a { background-color: rgb(8,13,220); }
div.DivClassName
{
background-color: #080DDC;
}
.BgClassName
{
background-color: #080DDC;
}
</style>
border-color css
<style>
span { border-color: #080DDC; }
span { border-color: rgb(8,13,220); }
td.TdClassName
{
border-color: #080DDC;
}
.TagClassName
{
border-color: #080DDC;
}
</style>