Shades of Medium Blue #080DC9
Tints of Medium Blue #080DC9
RGB
CMYK
RGB Variations
Color information
#080DC9 (or 0x080DC9) is known color: Medium Blue. HEX triplet: 08, 0D and C9. RGB value is (8,13,201). Sum of RGB (Red+Green+Blue) = 8+13+201=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 201 (78.91% from 255 or 90.54% from 222); Max value from RGB is 201 - color contains mainly: blue. Hex color #080DC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DC9 is #F7F236. Grayscale: #202020. Windows color (decimal): -16249399 or 13176072. OLE color: 13176072.
HSL color Cylindrical-coordinate representation of color #080DC9: hue angle of 238.45º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080DC9 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 13 | 201 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.21 |
| HSL | 238.45º | 0.92% | 0.41% | - |
| HSV(B) | 238.45º | 0.96% | 0.79% | - |
| XYZ | 10.79 | 4.56 | 55.57 | - |
| YUV | 32.94 | 222.84 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 201 | 0.96 | 0.94 | 0 | 0.21 | 238.45 | 0.92 | 0.41 |
| Hex | 8 | D | C9 | 60 | 5E | 0 | 15 | EE | 5C | 29 |
| Octal | 10 | 15 | 311 | 140 | 136 | 0 | 25 | 356 | 134 | 51 |
| Binary | 1000 | 1101 | 11001001 | 1100000 | 1011110 | 0 | 10101 | 11101110 | 1011100 | 101001 |
Color Harmonies of #080DC9
Complementary color
Monochromatic Colors of #080DC9
Black with #080DC9
Text Example
Text Example
White with #080DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080DC9; }
p { color: rgb(8,13,201); }
H1.HeaderClassName
{
color: #080DC9;
}
.AnyTagClassName
{
color: #080DC9;
}
</style>
background-color css
<style>
a { background-color: #080DC9; }
a { background-color: rgb(8,13,201); }
div.DivClassName
{
background-color: #080DC9;
}
.BgClassName
{
background-color: #080DC9;
}
</style>
border-color css
<style>
span { border-color: #080DC9; }
span { border-color: rgb(8,13,201); }
td.TdClassName
{
border-color: #080DC9;
}
.TagClassName
{
border-color: #080DC9;
}
</style>