Shades of Medium Blue #080FDF
Tints of Medium Blue #080FDF
RGB
CMYK
RGB Variations
Color information
#080FDF (or 0x080FDF) is known color: Medium Blue. HEX triplet: 08, 0F and DF. RGB value is (8,15,223). Sum of RGB (Red+Green+Blue) = 8+15+223=246 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.25% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 223 (87.5% from 255 or 90.65% from 246); Max value from RGB is 223 - color contains mainly: blue. Hex color #080FDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #080FDF is #F7F020. Grayscale: #232323. Windows color (decimal): -16248865 or 14618376. OLE color: 14618376.
HSL color Cylindrical-coordinate representation of color #080FDF: hue angle of 238.05º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080FDF is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 15 | 223 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.13 |
| HSL | 238.05º | 0.93% | 0.45% | - |
| HSV(B) | 238.05º | 0.96% | 0.87% | - |
| XYZ | 13.59 | 5.72 | 70.2 | - |
| YUV | 36.62 | 233.18 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 223 | 0.96 | 0.93 | 0 | 0.13 | 238.05 | 0.93 | 0.45 |
| Hex | 8 | F | DF | 60 | 5D | 0 | D | EE | 5D | 2D |
| Octal | 10 | 17 | 337 | 140 | 135 | 0 | 15 | 356 | 135 | 55 |
| Binary | 1000 | 1111 | 11011111 | 1100000 | 1011101 | 0 | 1101 | 11101110 | 1011101 | 101101 |
Color Harmonies of #080FDF
Complementary color
Monochromatic Colors of #080FDF
Black with #080FDF
Text Example
Text Example
White with #080FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FDF; }
p { color: rgb(8,15,223); }
H1.HeaderClassName
{
color: #080FDF;
}
.AnyTagClassName
{
color: #080FDF;
}
</style>
background-color css
<style>
a { background-color: #080FDF; }
a { background-color: rgb(8,15,223); }
div.DivClassName
{
background-color: #080FDF;
}
.BgClassName
{
background-color: #080FDF;
}
</style>
border-color css
<style>
span { border-color: #080FDF; }
span { border-color: rgb(8,15,223); }
td.TdClassName
{
border-color: #080FDF;
}
.TagClassName
{
border-color: #080FDF;
}
</style>