Shades of Medium Blue #080CCF
Tints of Medium Blue #080CCF
RGB
CMYK
RGB Variations
Color information
#080CCF (or 0x080CCF) is known color: Medium Blue. HEX triplet: 08, 0C and CF. RGB value is (8,12,207). Sum of RGB (Red+Green+Blue) = 8+12+207=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 207 (81.25% from 255 or 91.19% from 227); Max value from RGB is 207 - color contains mainly: blue. Hex color #080CCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080CCF is #F7F330. Grayscale: #202020. Windows color (decimal): -16249649 or 13569032. OLE color: 13569032.
HSL color Cylindrical-coordinate representation of color #080CCF: hue angle of 238.79º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080CCF is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 12 | 207 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.19 |
| HSL | 238.79º | 0.93% | 0.42% | - |
| HSV(B) | 238.79º | 0.96% | 0.81% | - |
| XYZ | 11.49 | 4.82 | 59.36 | - |
| YUV | 33.03 | 226.17 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 207 | 0.96 | 0.94 | 0 | 0.19 | 238.79 | 0.93 | 0.42 |
| Hex | 8 | C | CF | 60 | 5E | 0 | 13 | EF | 5D | 2A |
| Octal | 10 | 14 | 317 | 140 | 136 | 0 | 23 | 357 | 135 | 52 |
| Binary | 1000 | 1100 | 11001111 | 1100000 | 1011110 | 0 | 10011 | 11101111 | 1011101 | 101010 |
Color Harmonies of #080CCF
Complementary color
Monochromatic Colors of #080CCF
Black with #080CCF
Text Example
Text Example
White with #080CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080CCF; }
p { color: rgb(8,12,207); }
H1.HeaderClassName
{
color: #080CCF;
}
.AnyTagClassName
{
color: #080CCF;
}
</style>
background-color css
<style>
a { background-color: #080CCF; }
a { background-color: rgb(8,12,207); }
div.DivClassName
{
background-color: #080CCF;
}
.BgClassName
{
background-color: #080CCF;
}
</style>
border-color css
<style>
span { border-color: #080CCF; }
span { border-color: rgb(8,12,207); }
td.TdClassName
{
border-color: #080CCF;
}
.TagClassName
{
border-color: #080CCF;
}
</style>