Shades of Navy Blue #084DEE
Tints of Navy Blue #084DEE
RGB
CMYK
RGB Variations
Color information
#084DEE (or 0x084DEE) is known color: Navy Blue. HEX triplet: 08, 4D and EE. RGB value is (8,77,238). Sum of RGB (Red+Green+Blue) = 8+77+238=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 238 (93.36% from 255 or 73.68% from 323); Max value from RGB is 238 - color contains mainly: blue. Hex color #084DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084DEE is #F7B211. Grayscale: #4A4A4A. Windows color (decimal): -16232978 or 15617288. OLE color: 15617288.
HSL color Cylindrical-coordinate representation of color #084DEE: hue angle of 222º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084DEE is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 77 | 238 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.07 |
| HSL | 222º | 0.93% | 0.48% | - |
| HSV(B) | 222º | 0.97% | 0.93% | - |
| XYZ | 18.19 | 11.53 | 82.16 | - |
| YUV | 74.72 | 220.14 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 238 | 0.97 | 0.68 | 0 | 0.07 | 222 | 0.93 | 0.48 |
| Hex | 8 | 4D | EE | 61 | 44 | 0 | 7 | DE | 5D | 30 |
| Octal | 10 | 115 | 356 | 141 | 104 | 0 | 7 | 336 | 135 | 60 |
| Binary | 1000 | 1001101 | 11101110 | 1100001 | 1000100 | 0 | 111 | 11011110 | 1011101 | 110000 |
Color Harmonies of #084DEE
Complementary color
Monochromatic Colors of #084DEE
Black with #084DEE
Text Example
Text Example
White with #084DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DEE; }
p { color: rgb(8,77,238); }
H1.HeaderClassName
{
color: #084DEE;
}
.AnyTagClassName
{
color: #084DEE;
}
</style>
background-color css
<style>
a { background-color: #084DEE; }
a { background-color: rgb(8,77,238); }
div.DivClassName
{
background-color: #084DEE;
}
.BgClassName
{
background-color: #084DEE;
}
</style>
border-color css
<style>
span { border-color: #084DEE; }
span { border-color: rgb(8,77,238); }
td.TdClassName
{
border-color: #084DEE;
}
.TagClassName
{
border-color: #084DEE;
}
</style>