Shades of Navy Blue #084DF7
Tints of Navy Blue #084DF7
RGB
CMYK
RGB Variations
Color information
#084DF7 (or 0x084DF7) is known color: Navy Blue. HEX triplet: 08, 4D and F7. RGB value is (8,77,247). Sum of RGB (Red+Green+Blue) = 8+77+247=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 247 (96.88% from 255 or 74.40% from 332); Max value from RGB is 247 - color contains mainly: blue. Hex color #084DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084DF7 is #F7B208. Grayscale: #4B4B4B. Windows color (decimal): -16232969 or 16207112. OLE color: 16207112.
HSL color Cylindrical-coordinate representation of color #084DF7: hue angle of 222.68º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084DF7 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 77 | 247 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.03 |
| HSL | 222.68º | 0.94% | 0.5% | - |
| HSV(B) | 222.68º | 0.97% | 0.97% | - |
| XYZ | 19.54 | 12.07 | 89.3 | - |
| YUV | 75.75 | 224.64 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 247 | 0.97 | 0.69 | 0 | 0.03 | 222.68 | 0.94 | 0.5 |
| Hex | 8 | 4D | F7 | 61 | 45 | 0 | 3 | DF | 5E | 32 |
| Octal | 10 | 115 | 367 | 141 | 105 | 0 | 3 | 337 | 136 | 62 |
| Binary | 1000 | 1001101 | 11110111 | 1100001 | 1000101 | 0 | 11 | 11011111 | 1011110 | 110010 |
Color Harmonies of #084DF7
Complementary color
Monochromatic Colors of #084DF7
Black with #084DF7
Text Example
Text Example
White with #084DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DF7; }
p { color: rgb(8,77,247); }
H1.HeaderClassName
{
color: #084DF7;
}
.AnyTagClassName
{
color: #084DF7;
}
</style>
background-color css
<style>
a { background-color: #084DF7; }
a { background-color: rgb(8,77,247); }
div.DivClassName
{
background-color: #084DF7;
}
.BgClassName
{
background-color: #084DF7;
}
</style>
border-color css
<style>
span { border-color: #084DF7; }
span { border-color: rgb(8,77,247); }
td.TdClassName
{
border-color: #084DF7;
}
.TagClassName
{
border-color: #084DF7;
}
</style>