Shades of Navy Blue #084DF0
Tints of Navy Blue #084DF0
RGB
CMYK
RGB Variations
Color information
#084DF0 (or 0x084DF0) is known color: Navy Blue. HEX triplet: 08, 4D and F0. RGB value is (8,77,240). Sum of RGB (Red+Green+Blue) = 8+77+240=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 240 (94.14% from 255 or 73.85% from 325); Max value from RGB is 240 - color contains mainly: blue. Hex color #084DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084DF0 is #F7B20F. Grayscale: #4A4A4A. Windows color (decimal): -16232976 or 15748360. OLE color: 15748360.
HSL color Cylindrical-coordinate representation of color #084DF0: hue angle of 222.16º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084DF0 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 77 | 240 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.06 |
| HSL | 222.16º | 0.94% | 0.49% | - |
| HSV(B) | 222.16º | 0.97% | 0.94% | - |
| XYZ | 18.48 | 11.65 | 83.71 | - |
| YUV | 74.95 | 221.14 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 240 | 0.97 | 0.68 | 0 | 0.06 | 222.16 | 0.94 | 0.49 |
| Hex | 8 | 4D | F0 | 61 | 44 | 0 | 6 | DE | 5E | 31 |
| Octal | 10 | 115 | 360 | 141 | 104 | 0 | 6 | 336 | 136 | 61 |
| Binary | 1000 | 1001101 | 11110000 | 1100001 | 1000100 | 0 | 110 | 11011110 | 1011110 | 110001 |
Color Harmonies of #084DF0
Complementary color
Monochromatic Colors of #084DF0
Black with #084DF0
Text Example
Text Example
White with #084DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DF0; }
p { color: rgb(8,77,240); }
H1.HeaderClassName
{
color: #084DF0;
}
.AnyTagClassName
{
color: #084DF0;
}
</style>
background-color css
<style>
a { background-color: #084DF0; }
a { background-color: rgb(8,77,240); }
div.DivClassName
{
background-color: #084DF0;
}
.BgClassName
{
background-color: #084DF0;
}
</style>
border-color css
<style>
span { border-color: #084DF0; }
span { border-color: rgb(8,77,240); }
td.TdClassName
{
border-color: #084DF0;
}
.TagClassName
{
border-color: #084DF0;
}
</style>