Shades of Navy Blue #084EFC
Tints of Navy Blue #084EFC
RGB
CMYK
RGB Variations
Color information
#084EFC (or 0x084EFC) is known color: Navy Blue. HEX triplet: 08, 4E and FC. RGB value is (8,78,252). Sum of RGB (Red+Green+Blue) = 8+78+252=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 252 (98.83% from 255 or 74.56% from 338); Max value from RGB is 252 - color contains mainly: blue. Hex color #084EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084EFC is #F7B103. Grayscale: #4C4C4C. Windows color (decimal): -16232708 or 16535048. OLE color: 16535048.
HSL color Cylindrical-coordinate representation of color #084EFC: hue angle of 222.79º 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 #084EFC is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 78 | 252 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.01 |
| HSL | 222.79º | 0.98% | 0.51% | - |
| HSV(B) | 222.79º | 0.97% | 0.99% | - |
| XYZ | 20.4 | 12.53 | 93.44 | - |
| YUV | 76.91 | 226.81 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 252 | 0.97 | 0.69 | 0 | 0.01 | 222.79 | 0.98 | 0.51 |
| Hex | 8 | 4E | FC | 61 | 45 | 0 | 1 | DF | 62 | 33 |
| Octal | 10 | 116 | 374 | 141 | 105 | 0 | 1 | 337 | 142 | 63 |
| Binary | 1000 | 1001110 | 11111100 | 1100001 | 1000101 | 0 | 1 | 11011111 | 1100010 | 110011 |
Color Harmonies of #084EFC
Complementary color
Monochromatic Colors of #084EFC
Black with #084EFC
Text Example
Text Example
White with #084EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084EFC; }
p { color: rgb(8,78,252); }
H1.HeaderClassName
{
color: #084EFC;
}
.AnyTagClassName
{
color: #084EFC;
}
</style>
background-color css
<style>
a { background-color: #084EFC; }
a { background-color: rgb(8,78,252); }
div.DivClassName
{
background-color: #084EFC;
}
.BgClassName
{
background-color: #084EFC;
}
</style>
border-color css
<style>
span { border-color: #084EFC; }
span { border-color: rgb(8,78,252); }
td.TdClassName
{
border-color: #084EFC;
}
.TagClassName
{
border-color: #084EFC;
}
</style>