Shades of Navy Blue #084FDF
Tints of Navy Blue #084FDF
RGB
CMYK
RGB Variations
Color information
#084FDF (or 0x084FDF) is known color: Navy Blue. HEX triplet: 08, 4F and DF. RGB value is (8,79,223). Sum of RGB (Red+Green+Blue) = 8+79+223=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #084FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084FDF is #F7B020. Grayscale: #494949. Windows color (decimal): -16232481 or 14634760. OLE color: 14634760.
HSL color Cylindrical-coordinate representation of color #084FDF: hue angle of 220.19º 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 #084FDF is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 79 | 223 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.13 |
| HSL | 220.19º | 0.93% | 0.45% | - |
| HSV(B) | 220.19º | 0.96% | 0.87% | - |
| XYZ | 16.22 | 10.97 | 71.08 | - |
| YUV | 74.19 | 211.98 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 223 | 0.96 | 0.65 | 0 | 0.13 | 220.19 | 0.93 | 0.45 |
| Hex | 8 | 4F | DF | 60 | 41 | 0 | D | DC | 5D | 2D |
| Octal | 10 | 117 | 337 | 140 | 101 | 0 | 15 | 334 | 135 | 55 |
| Binary | 1000 | 1001111 | 11011111 | 1100000 | 1000001 | 0 | 1101 | 11011100 | 1011101 | 101101 |
Color Harmonies of #084FDF
Complementary color
Monochromatic Colors of #084FDF
Black with #084FDF
Text Example
Text Example
White with #084FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084FDF; }
p { color: rgb(8,79,223); }
H1.HeaderClassName
{
color: #084FDF;
}
.AnyTagClassName
{
color: #084FDF;
}
</style>
background-color css
<style>
a { background-color: #084FDF; }
a { background-color: rgb(8,79,223); }
div.DivClassName
{
background-color: #084FDF;
}
.BgClassName
{
background-color: #084FDF;
}
</style>
border-color css
<style>
span { border-color: #084FDF; }
span { border-color: rgb(8,79,223); }
td.TdClassName
{
border-color: #084FDF;
}
.TagClassName
{
border-color: #084FDF;
}
</style>