Shades of Medium Blue #080DCE
Tints of Medium Blue #080DCE
RGB
CMYK
RGB Variations
Color information
#080DCE (or 0x080DCE) is known color: Medium Blue. HEX triplet: 08, 0D and CE. RGB value is (8,13,206). Sum of RGB (Red+Green+Blue) = 8+13+206=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 206 (80.86% from 255 or 90.75% from 227); Max value from RGB is 206 - color contains mainly: blue. Hex color #080DCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DCE is #F7F231. Grayscale: #202020. Windows color (decimal): -16249394 or 13503752. OLE color: 13503752.
HSL color Cylindrical-coordinate representation of color #080DCE: hue angle of 238.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080DCE is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 13 | 206 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.19 |
| HSL | 238.48º | 0.93% | 0.42% | - |
| HSV(B) | 238.48º | 0.96% | 0.81% | - |
| XYZ | 11.38 | 4.8 | 58.72 | - |
| YUV | 33.51 | 225.34 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 206 | 0.96 | 0.94 | 0 | 0.19 | 238.48 | 0.93 | 0.42 |
| Hex | 8 | D | CE | 60 | 5E | 0 | 13 | EE | 5D | 2A |
| Octal | 10 | 15 | 316 | 140 | 136 | 0 | 23 | 356 | 135 | 52 |
| Binary | 1000 | 1101 | 11001110 | 1100000 | 1011110 | 0 | 10011 | 11101110 | 1011101 | 101010 |
Color Harmonies of #080DCE
Complementary color
Monochromatic Colors of #080DCE
Black with #080DCE
Text Example
Text Example
White with #080DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080DCE; }
p { color: rgb(8,13,206); }
H1.HeaderClassName
{
color: #080DCE;
}
.AnyTagClassName
{
color: #080DCE;
}
</style>
background-color css
<style>
a { background-color: #080DCE; }
a { background-color: rgb(8,13,206); }
div.DivClassName
{
background-color: #080DCE;
}
.BgClassName
{
background-color: #080DCE;
}
</style>
border-color css
<style>
span { border-color: #080DCE; }
span { border-color: rgb(8,13,206); }
td.TdClassName
{
border-color: #080DCE;
}
.TagClassName
{
border-color: #080DCE;
}
</style>