Shades of Medium Blue #080BCE
Tints of Medium Blue #080BCE
RGB
CMYK
RGB Variations
Color information
#080BCE (or 0x080BCE) is known color: Medium Blue. HEX triplet: 08, 0B and CE. RGB value is (8,11,206). Sum of RGB (Red+Green+Blue) = 8+11+206=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 206 (80.86% from 255 or 91.56% from 225); Max value from RGB is 206 - color contains mainly: blue. Hex color #080BCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080BCE is #F7F431. Grayscale: #1F1F1F. Windows color (decimal): -16249906 or 13503240. OLE color: 13503240.
HSL color Cylindrical-coordinate representation of color #080BCE: hue angle of 239.09º 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 #080BCE is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 11 | 206 | - |
| CMYK | 0.96 | 0.95 | 0 | 0.19 |
| HSL | 239.09º | 0.93% | 0.42% | - |
| HSV(B) | 239.09º | 0.96% | 0.81% | - |
| XYZ | 11.36 | 4.75 | 58.71 | - |
| YUV | 32.33 | 226.01 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 206 | 0.96 | 0.95 | 0 | 0.19 | 239.09 | 0.93 | 0.42 |
| Hex | 8 | B | CE | 60 | 5F | 0 | 13 | EF | 5D | 2A |
| Octal | 10 | 13 | 316 | 140 | 137 | 0 | 23 | 357 | 135 | 52 |
| Binary | 1000 | 1011 | 11001110 | 1100000 | 1011111 | 0 | 10011 | 11101111 | 1011101 | 101010 |
Color Harmonies of #080BCE
Complementary color
Monochromatic Colors of #080BCE
Black with #080BCE
Text Example
Text Example
White with #080BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080BCE; }
p { color: rgb(8,11,206); }
H1.HeaderClassName
{
color: #080BCE;
}
.AnyTagClassName
{
color: #080BCE;
}
</style>
background-color css
<style>
a { background-color: #080BCE; }
a { background-color: rgb(8,11,206); }
div.DivClassName
{
background-color: #080BCE;
}
.BgClassName
{
background-color: #080BCE;
}
</style>
border-color css
<style>
span { border-color: #080BCE; }
span { border-color: rgb(8,11,206); }
td.TdClassName
{
border-color: #080BCE;
}
.TagClassName
{
border-color: #080BCE;
}
</style>