Shades of Medium Blue #080FCE
Tints of Medium Blue #080FCE
RGB
CMYK
RGB Variations
Color information
#080FCE (or 0x080FCE) is known color: Medium Blue. HEX triplet: 08, 0F and CE. RGB value is (8,15,206). Sum of RGB (Red+Green+Blue) = 8+15+206=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 206 (80.86% from 255 or 89.96% from 229); Max value from RGB is 206 - color contains mainly: blue. Hex color #080FCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080FCE is #F7F031. Grayscale: #212121. Windows color (decimal): -16248882 or 13504264. OLE color: 13504264.
HSL color Cylindrical-coordinate representation of color #080FCE: hue angle of 237.88º 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 #080FCE is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 15 | 206 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.19 |
| HSL | 237.88º | 0.93% | 0.42% | - |
| HSV(B) | 237.88º | 0.96% | 0.81% | - |
| XYZ | 11.41 | 4.85 | 58.73 | - |
| YUV | 34.68 | 224.68 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 206 | 0.96 | 0.93 | 0 | 0.19 | 237.88 | 0.93 | 0.42 |
| Hex | 8 | F | CE | 60 | 5D | 0 | 13 | EE | 5D | 2A |
| Octal | 10 | 17 | 316 | 140 | 135 | 0 | 23 | 356 | 135 | 52 |
| Binary | 1000 | 1111 | 11001110 | 1100000 | 1011101 | 0 | 10011 | 11101110 | 1011101 | 101010 |
Color Harmonies of #080FCE
Complementary color
Monochromatic Colors of #080FCE
Black with #080FCE
Text Example
Text Example
White with #080FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FCE; }
p { color: rgb(8,15,206); }
H1.HeaderClassName
{
color: #080FCE;
}
.AnyTagClassName
{
color: #080FCE;
}
</style>
background-color css
<style>
a { background-color: #080FCE; }
a { background-color: rgb(8,15,206); }
div.DivClassName
{
background-color: #080FCE;
}
.BgClassName
{
background-color: #080FCE;
}
</style>
border-color css
<style>
span { border-color: #080FCE; }
span { border-color: rgb(8,15,206); }
td.TdClassName
{
border-color: #080FCE;
}
.TagClassName
{
border-color: #080FCE;
}
</style>