Shades of Medium Blue #080BCD
Tints of Medium Blue #080BCD
RGB
CMYK
RGB Variations
Color information
#080BCD (or 0x080BCD) is known color: Medium Blue. HEX triplet: 08, 0B and CD. RGB value is (8,11,205). Sum of RGB (Red+Green+Blue) = 8+11+205=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 205 (80.47% from 255 or 91.52% from 224); Max value from RGB is 205 - color contains mainly: blue. Hex color #080BCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080BCD is #F7F432. Grayscale: #1F1F1F. Windows color (decimal): -16249907 or 13437704. OLE color: 13437704.
HSL color Cylindrical-coordinate representation of color #080BCD: hue angle of 239.09º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080BCD is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 11 | 205 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.20 |
| HSL | 239.09º | 0.92% | 0.42% | - |
| HSV(B) | 239.09º | 0.96% | 0.8% | - |
| XYZ | 11.24 | 4.7 | 58.07 | - |
| YUV | 32.22 | 225.51 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 205 | 0.96 | 0.95 | 0 | 0.20 | 239.09 | 0.92 | 0.42 |
| Hex | 8 | B | CD | 60 | 5F | 0 | 14 | EF | 5C | 2A |
| Octal | 10 | 13 | 315 | 140 | 137 | 0 | 24 | 357 | 134 | 52 |
| Binary | 1000 | 1011 | 11001101 | 1100000 | 1011111 | 0 | 10100 | 11101111 | 1011100 | 101010 |
Color Harmonies of #080BCD
Complementary color
Monochromatic Colors of #080BCD
Black with #080BCD
Text Example
Text Example
White with #080BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080BCD; }
p { color: rgb(8,11,205); }
H1.HeaderClassName
{
color: #080BCD;
}
.AnyTagClassName
{
color: #080BCD;
}
</style>
background-color css
<style>
a { background-color: #080BCD; }
a { background-color: rgb(8,11,205); }
div.DivClassName
{
background-color: #080BCD;
}
.BgClassName
{
background-color: #080BCD;
}
</style>
border-color css
<style>
span { border-color: #080BCD; }
span { border-color: rgb(8,11,205); }
td.TdClassName
{
border-color: #080BCD;
}
.TagClassName
{
border-color: #080BCD;
}
</style>