Shades of Medium Blue #080BCF
Tints of Medium Blue #080BCF
RGB
CMYK
RGB Variations
Color information
#080BCF (or 0x080BCF) is known color: Medium Blue. HEX triplet: 08, 0B and CF. RGB value is (8,11,207). Sum of RGB (Red+Green+Blue) = 8+11+207=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 207 (81.25% from 255 or 91.59% from 226); Max value from RGB is 207 - color contains mainly: blue. Hex color #080BCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080BCF is #F7F430. Grayscale: #1F1F1F. Windows color (decimal): -16249905 or 13568776. OLE color: 13568776.
HSL color Cylindrical-coordinate representation of color #080BCF: hue angle of 239.1º 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 #080BCF is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 11 | 207 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.19 |
| HSL | 239.1º | 0.93% | 0.42% | - |
| HSV(B) | 239.1º | 0.96% | 0.81% | - |
| XYZ | 11.48 | 4.8 | 59.35 | - |
| YUV | 32.45 | 226.51 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 207 | 0.96 | 0.95 | 0 | 0.19 | 239.1 | 0.93 | 0.42 |
| Hex | 8 | B | CF | 60 | 5F | 0 | 13 | EF | 5D | 2A |
| Octal | 10 | 13 | 317 | 140 | 137 | 0 | 23 | 357 | 135 | 52 |
| Binary | 1000 | 1011 | 11001111 | 1100000 | 1011111 | 0 | 10011 | 11101111 | 1011101 | 101010 |
Color Harmonies of #080BCF
Complementary color
Monochromatic Colors of #080BCF
Black with #080BCF
Text Example
Text Example
White with #080BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080BCF; }
p { color: rgb(8,11,207); }
H1.HeaderClassName
{
color: #080BCF;
}
.AnyTagClassName
{
color: #080BCF;
}
</style>
background-color css
<style>
a { background-color: #080BCF; }
a { background-color: rgb(8,11,207); }
div.DivClassName
{
background-color: #080BCF;
}
.BgClassName
{
background-color: #080BCF;
}
</style>
border-color css
<style>
span { border-color: #080BCF; }
span { border-color: rgb(8,11,207); }
td.TdClassName
{
border-color: #080BCF;
}
.TagClassName
{
border-color: #080BCF;
}
</style>