Shades of Medium Blue #080DCC
Tints of Medium Blue #080DCC
RGB
CMYK
RGB Variations
Color information
#080DCC (or 0x080DCC) is known color: Medium Blue. HEX triplet: 08, 0D and CC. RGB value is (8,13,204). Sum of RGB (Red+Green+Blue) = 8+13+204=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 204 (80.08% from 255 or 90.67% from 225); Max value from RGB is 204 - color contains mainly: blue. Hex color #080DCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DCC is #F7F233. Grayscale: #202020. Windows color (decimal): -16249396 or 13372680. OLE color: 13372680.
HSL color Cylindrical-coordinate representation of color #080DCC: hue angle of 238.47º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080DCC is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 13 | 204 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.2 |
| HSL | 238.47º | 0.92% | 0.42% | - |
| HSV(B) | 238.47º | 0.96% | 0.8% | - |
| XYZ | 11.14 | 4.7 | 57.45 | - |
| YUV | 33.28 | 224.34 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 204 | 0.96 | 0.94 | 0 | 0.2 | 238.47 | 0.92 | 0.42 |
| Hex | 8 | D | CC | 60 | 5E | 0 | 14 | EE | 5C | 2A |
| Octal | 10 | 15 | 314 | 140 | 136 | 0 | 24 | 356 | 134 | 52 |
| Binary | 1000 | 1101 | 11001100 | 1100000 | 1011110 | 0 | 10100 | 11101110 | 1011100 | 101010 |
Color Harmonies of #080DCC
Complementary color
Monochromatic Colors of #080DCC
Black with #080DCC
Text Example
Text Example
White with #080DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080DCC; }
p { color: rgb(8,13,204); }
H1.HeaderClassName
{
color: #080DCC;
}
.AnyTagClassName
{
color: #080DCC;
}
</style>
background-color css
<style>
a { background-color: #080DCC; }
a { background-color: rgb(8,13,204); }
div.DivClassName
{
background-color: #080DCC;
}
.BgClassName
{
background-color: #080DCC;
}
</style>
border-color css
<style>
span { border-color: #080DCC; }
span { border-color: rgb(8,13,204); }
td.TdClassName
{
border-color: #080DCC;
}
.TagClassName
{
border-color: #080DCC;
}
</style>