Shades of Medium Blue #080DBD
Tints of Medium Blue #080DBD
RGB
CMYK
RGB Variations
Color information
#080DBD (or 0x080DBD) is known color: Medium Blue. HEX triplet: 08, 0D and BD. RGB value is (8,13,189). Sum of RGB (Red+Green+Blue) = 8+13+189=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 189 (74.22% from 255 or 90% from 210); Max value from RGB is 189 - color contains mainly: blue. Hex color #080DBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080DBD is #F7F242. Grayscale: #1E1E1E. Windows color (decimal): -16249411 or 12389640. OLE color: 12389640.
HSL color Cylindrical-coordinate representation of color #080DBD: hue angle of 238.34º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080DBD is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 13 | 189 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.26 |
| HSL | 238.34º | 0.92% | 0.39% | - |
| HSV(B) | 238.34º | 0.96% | 0.74% | - |
| XYZ | 9.43 | 4.01 | 48.42 | - |
| YUV | 31.57 | 216.84 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 189 | 0.96 | 0.93 | 0 | 0.26 | 238.34 | 0.92 | 0.39 |
| Hex | 8 | D | BD | 60 | 5D | 0 | 1A | EE | 5C | 27 |
| Octal | 10 | 15 | 275 | 140 | 135 | 0 | 32 | 356 | 134 | 47 |
| Binary | 1000 | 1101 | 10111101 | 1100000 | 1011101 | 0 | 11010 | 11101110 | 1011100 | 100111 |
Color Harmonies of #080DBD
Complementary color
Monochromatic Colors of #080DBD
Black with #080DBD
Text Example
Text Example
White with #080DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080DBD; }
p { color: rgb(8,13,189); }
H1.HeaderClassName
{
color: #080DBD;
}
.AnyTagClassName
{
color: #080DBD;
}
</style>
background-color css
<style>
a { background-color: #080DBD; }
a { background-color: rgb(8,13,189); }
div.DivClassName
{
background-color: #080DBD;
}
.BgClassName
{
background-color: #080DBD;
}
</style>
border-color css
<style>
span { border-color: #080DBD; }
span { border-color: rgb(8,13,189); }
td.TdClassName
{
border-color: #080DBD;
}
.TagClassName
{
border-color: #080DBD;
}
</style>