Shades of Navy Blue #084DFF
Tints of Navy Blue #084DFF
RGB
CMYK
RGB Variations
Color information
#084DFF (or 0x084DFF) is known color: Navy Blue. HEX triplet: 08, 4D and FF. RGB value is (8,77,255). Sum of RGB (Red+Green+Blue) = 8+77+255=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #084DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084DFF is #F7B200. Grayscale: #4B4B4B. Windows color (decimal): -16232961 or 16731400. OLE color: 16731400.
HSL color Cylindrical-coordinate representation of color #084DFF: hue angle of 223.24º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084DFF is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 77 | 255 | - |
| CMYK | 0.97 | 0.70 | 0 | 0 |
| HSL | 223.24º | 1% | 0.52% | - |
| HSV(B) | 223.24º | 0.97% | 1% | - |
| XYZ | 20.8 | 12.58 | 95.94 | - |
| YUV | 76.66 | 228.64 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 255 | 0.97 | 0.70 | 0 | 0 | 223.24 | 1 | 0.52 |
| Hex | 8 | 4D | FF | 61 | 46 | 0 | 0 | DF | 64 | 34 |
| Octal | 10 | 115 | 377 | 141 | 106 | 0 | 0 | 337 | 144 | 64 |
| Binary | 1000 | 1001101 | 11111111 | 1100001 | 1000110 | 0 | 0 | 11011111 | 1100100 | 110100 |
Color Harmonies of #084DFF
Complementary color
Monochromatic Colors of #084DFF
Black with #084DFF
Text Example
Text Example
White with #084DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DFF; }
p { color: rgb(8,77,255); }
H1.HeaderClassName
{
color: #084DFF;
}
.AnyTagClassName
{
color: #084DFF;
}
</style>
background-color css
<style>
a { background-color: #084DFF; }
a { background-color: rgb(8,77,255); }
div.DivClassName
{
background-color: #084DFF;
}
.BgClassName
{
background-color: #084DFF;
}
</style>
border-color css
<style>
span { border-color: #084DFF; }
span { border-color: rgb(8,77,255); }
td.TdClassName
{
border-color: #084DFF;
}
.TagClassName
{
border-color: #084DFF;
}
</style>