Shades of Medium Blue #080FDC
Tints of Medium Blue #080FDC
RGB
CMYK
RGB Variations
Color information
#080FDC (or 0x080FDC) is known color: Medium Blue. HEX triplet: 08, 0F and DC. RGB value is (8,15,220). Sum of RGB (Red+Green+Blue) = 8+15+220=243 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.29% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 220 (86.33% from 255 or 90.53% from 243); Max value from RGB is 220 - color contains mainly: blue. Hex color #080FDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080FDC is #F7F023. Grayscale: #232323. Windows color (decimal): -16248868 or 14421768. OLE color: 14421768.
HSL color Cylindrical-coordinate representation of color #080FDC: hue angle of 238.02º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080FDC is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 15 | 220 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.14 |
| HSL | 238.02º | 0.93% | 0.45% | - |
| HSV(B) | 238.02º | 0.96% | 0.86% | - |
| XYZ | 13.19 | 5.56 | 68.09 | - |
| YUV | 36.28 | 231.68 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 220 | 0.96 | 0.93 | 0 | 0.14 | 238.02 | 0.93 | 0.45 |
| Hex | 8 | F | DC | 60 | 5D | 0 | E | EE | 5D | 2D |
| Octal | 10 | 17 | 334 | 140 | 135 | 0 | 16 | 356 | 135 | 55 |
| Binary | 1000 | 1111 | 11011100 | 1100000 | 1011101 | 0 | 1110 | 11101110 | 1011101 | 101101 |
Color Harmonies of #080FDC
Complementary color
Monochromatic Colors of #080FDC
Black with #080FDC
Text Example
Text Example
White with #080FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FDC; }
p { color: rgb(8,15,220); }
H1.HeaderClassName
{
color: #080FDC;
}
.AnyTagClassName
{
color: #080FDC;
}
</style>
background-color css
<style>
a { background-color: #080FDC; }
a { background-color: rgb(8,15,220); }
div.DivClassName
{
background-color: #080FDC;
}
.BgClassName
{
background-color: #080FDC;
}
</style>
border-color css
<style>
span { border-color: #080FDC; }
span { border-color: rgb(8,15,220); }
td.TdClassName
{
border-color: #080FDC;
}
.TagClassName
{
border-color: #080FDC;
}
</style>