Shades of Medium Blue #080DBE
Tints of Medium Blue #080DBE
RGB
CMYK
RGB Variations
Color information
#080DBE (or 0x080DBE) is known color: Medium Blue. HEX triplet: 08, 0D and BE. RGB value is (8,13,190). Sum of RGB (Red+Green+Blue) = 8+13+190=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 190 (74.61% from 255 or 90.05% from 211); Max value from RGB is 190 - color contains mainly: blue. Hex color #080DBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DBE is #F7F241. Grayscale: #1E1E1E. Windows color (decimal): -16249410 or 12455176. OLE color: 12455176.
HSL color Cylindrical-coordinate representation of color #080DBE: hue angle of 238.35º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080DBE is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 13 | 190 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.25 |
| HSL | 238.35º | 0.92% | 0.39% | - |
| HSV(B) | 238.35º | 0.96% | 0.75% | - |
| XYZ | 9.54 | 4.06 | 49 | - |
| YUV | 31.68 | 217.34 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 190 | 0.96 | 0.93 | 0 | 0.25 | 238.35 | 0.92 | 0.39 |
| Hex | 8 | D | BE | 60 | 5D | 0 | 19 | EE | 5C | 27 |
| Octal | 10 | 15 | 276 | 140 | 135 | 0 | 31 | 356 | 134 | 47 |
| Binary | 1000 | 1101 | 10111110 | 1100000 | 1011101 | 0 | 11001 | 11101110 | 1011100 | 100111 |
Color Harmonies of #080DBE
Complementary color
Monochromatic Colors of #080DBE
Black with #080DBE
Text Example
Text Example
White with #080DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080DBE; }
p { color: rgb(8,13,190); }
H1.HeaderClassName
{
color: #080DBE;
}
.AnyTagClassName
{
color: #080DBE;
}
</style>
background-color css
<style>
a { background-color: #080DBE; }
a { background-color: rgb(8,13,190); }
div.DivClassName
{
background-color: #080DBE;
}
.BgClassName
{
background-color: #080DBE;
}
</style>
border-color css
<style>
span { border-color: #080DBE; }
span { border-color: rgb(8,13,190); }
td.TdClassName
{
border-color: #080DBE;
}
.TagClassName
{
border-color: #080DBE;
}
</style>