Shades of Navy Blue #084DFC
Tints of Navy Blue #084DFC
RGB
CMYK
RGB Variations
Color information
#084DFC (or 0x084DFC) is known color: Navy Blue. HEX triplet: 08, 4D and FC. RGB value is (8,77,252). Sum of RGB (Red+Green+Blue) = 8+77+252=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #084DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084DFC is #F7B203. Grayscale: #4B4B4B. Windows color (decimal): -16232964 or 16534792. OLE color: 16534792.
HSL color Cylindrical-coordinate representation of color #084DFC: hue angle of 223.03º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084DFC is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 77 | 252 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.01 |
| HSL | 223.03º | 0.98% | 0.51% | - |
| HSV(B) | 223.03º | 0.97% | 0.99% | - |
| XYZ | 20.32 | 12.39 | 93.42 | - |
| YUV | 76.32 | 227.14 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 252 | 0.97 | 0.69 | 0 | 0.01 | 223.03 | 0.98 | 0.51 |
| Hex | 8 | 4D | FC | 61 | 45 | 0 | 1 | DF | 62 | 33 |
| Octal | 10 | 115 | 374 | 141 | 105 | 0 | 1 | 337 | 142 | 63 |
| Binary | 1000 | 1001101 | 11111100 | 1100001 | 1000101 | 0 | 1 | 11011111 | 1100010 | 110011 |
Color Harmonies of #084DFC
Complementary color
Monochromatic Colors of #084DFC
Black with #084DFC
Text Example
Text Example
White with #084DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DFC; }
p { color: rgb(8,77,252); }
H1.HeaderClassName
{
color: #084DFC;
}
.AnyTagClassName
{
color: #084DFC;
}
</style>
background-color css
<style>
a { background-color: #084DFC; }
a { background-color: rgb(8,77,252); }
div.DivClassName
{
background-color: #084DFC;
}
.BgClassName
{
background-color: #084DFC;
}
</style>
border-color css
<style>
span { border-color: #084DFC; }
span { border-color: rgb(8,77,252); }
td.TdClassName
{
border-color: #084DFC;
}
.TagClassName
{
border-color: #084DFC;
}
</style>