Shades of Medium Blue #080FCD
Tints of Medium Blue #080FCD
RGB
CMYK
RGB Variations
Color information
#080FCD (or 0x080FCD) is known color: Medium Blue. HEX triplet: 08, 0F and CD. RGB value is (8,15,205). Sum of RGB (Red+Green+Blue) = 8+15+205=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 205 (80.47% from 255 or 89.91% from 228); Max value from RGB is 205 - color contains mainly: blue. Hex color #080FCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080FCD is #F7F032. Grayscale: #212121. Windows color (decimal): -16248883 or 13438728. OLE color: 13438728.
HSL color Cylindrical-coordinate representation of color #080FCD: hue angle of 237.87º 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 #080FCD is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 15 | 205 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.20 |
| HSL | 237.87º | 0.92% | 0.42% | - |
| HSV(B) | 237.87º | 0.96% | 0.8% | - |
| XYZ | 11.29 | 4.8 | 58.09 | - |
| YUV | 34.57 | 224.18 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 205 | 0.96 | 0.93 | 0 | 0.20 | 237.87 | 0.92 | 0.42 |
| Hex | 8 | F | CD | 60 | 5D | 0 | 14 | EE | 5C | 2A |
| Octal | 10 | 17 | 315 | 140 | 135 | 0 | 24 | 356 | 134 | 52 |
| Binary | 1000 | 1111 | 11001101 | 1100000 | 1011101 | 0 | 10100 | 11101110 | 1011100 | 101010 |
Color Harmonies of #080FCD
Complementary color
Monochromatic Colors of #080FCD
Black with #080FCD
Text Example
Text Example
White with #080FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FCD; }
p { color: rgb(8,15,205); }
H1.HeaderClassName
{
color: #080FCD;
}
.AnyTagClassName
{
color: #080FCD;
}
</style>
background-color css
<style>
a { background-color: #080FCD; }
a { background-color: rgb(8,15,205); }
div.DivClassName
{
background-color: #080FCD;
}
.BgClassName
{
background-color: #080FCD;
}
</style>
border-color css
<style>
span { border-color: #080FCD; }
span { border-color: rgb(8,15,205); }
td.TdClassName
{
border-color: #080FCD;
}
.TagClassName
{
border-color: #080FCD;
}
</style>