Shades of Medium Blue #080DBF
Tints of Medium Blue #080DBF
RGB
CMYK
RGB Variations
Color information
#080DBF (or 0x080DBF) is known color: Medium Blue. HEX triplet: 08, 0D and BF. RGB value is (8,13,191). Sum of RGB (Red+Green+Blue) = 8+13+191=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 191 (75% from 255 or 90.09% from 212); Max value from RGB is 191 - color contains mainly: blue. Hex color #080DBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DBF is #F7F240. Grayscale: #1F1F1F. Windows color (decimal): -16249409 or 12520712. OLE color: 12520712.
HSL color Cylindrical-coordinate representation of color #080DBF: hue angle of 238.36º 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 #080DBF is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 13 | 191 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.25 |
| HSL | 238.36º | 0.92% | 0.39% | - |
| HSV(B) | 238.36º | 0.96% | 0.75% | - |
| XYZ | 9.65 | 4.1 | 49.57 | - |
| YUV | 31.8 | 217.84 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 191 | 0.96 | 0.93 | 0 | 0.25 | 238.36 | 0.92 | 0.39 |
| Hex | 8 | D | BF | 60 | 5D | 0 | 19 | EE | 5C | 27 |
| Octal | 10 | 15 | 277 | 140 | 135 | 0 | 31 | 356 | 134 | 47 |
| Binary | 1000 | 1101 | 10111111 | 1100000 | 1011101 | 0 | 11001 | 11101110 | 1011100 | 100111 |
Color Harmonies of #080DBF
Complementary color
Monochromatic Colors of #080DBF
Black with #080DBF
Text Example
Text Example
White with #080DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080DBF; }
p { color: rgb(8,13,191); }
H1.HeaderClassName
{
color: #080DBF;
}
.AnyTagClassName
{
color: #080DBF;
}
</style>
background-color css
<style>
a { background-color: #080DBF; }
a { background-color: rgb(8,13,191); }
div.DivClassName
{
background-color: #080DBF;
}
.BgClassName
{
background-color: #080DBF;
}
</style>
border-color css
<style>
span { border-color: #080DBF; }
span { border-color: rgb(8,13,191); }
td.TdClassName
{
border-color: #080DBF;
}
.TagClassName
{
border-color: #080DBF;
}
</style>