Shades of Medium Blue #080CBD
Tints of Medium Blue #080CBD
RGB
CMYK
RGB Variations
Color information
#080CBD (or 0x080CBD) is known color: Medium Blue. HEX triplet: 08, 0C and BD. RGB value is (8,12,189). Sum of RGB (Red+Green+Blue) = 8+12+189=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 189 (74.22% from 255 or 90.43% from 209); Max value from RGB is 189 - color contains mainly: blue. Hex color #080CBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CBD is #F7F342. Grayscale: #1E1E1E. Windows color (decimal): -16249667 or 12389384. OLE color: 12389384.
HSL color Cylindrical-coordinate representation of color #080CBD: hue angle of 238.67º 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 #080CBD is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 12 | 189 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.26 |
| HSL | 238.67º | 0.92% | 0.39% | - |
| HSV(B) | 238.67º | 0.96% | 0.74% | - |
| XYZ | 9.42 | 3.99 | 48.42 | - |
| YUV | 30.98 | 217.17 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 189 | 0.96 | 0.94 | 0 | 0.26 | 238.67 | 0.92 | 0.39 |
| Hex | 8 | C | BD | 60 | 5E | 0 | 1A | EF | 5C | 27 |
| Octal | 10 | 14 | 275 | 140 | 136 | 0 | 32 | 357 | 134 | 47 |
| Binary | 1000 | 1100 | 10111101 | 1100000 | 1011110 | 0 | 11010 | 11101111 | 1011100 | 100111 |
Color Harmonies of #080CBD
Complementary color
Monochromatic Colors of #080CBD
Black with #080CBD
Text Example
Text Example
White with #080CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080CBD; }
p { color: rgb(8,12,189); }
H1.HeaderClassName
{
color: #080CBD;
}
.AnyTagClassName
{
color: #080CBD;
}
</style>
background-color css
<style>
a { background-color: #080CBD; }
a { background-color: rgb(8,12,189); }
div.DivClassName
{
background-color: #080CBD;
}
.BgClassName
{
background-color: #080CBD;
}
</style>
border-color css
<style>
span { border-color: #080CBD; }
span { border-color: rgb(8,12,189); }
td.TdClassName
{
border-color: #080CBD;
}
.TagClassName
{
border-color: #080CBD;
}
</style>