Shades of Navy Blue #084DF2
Tints of Navy Blue #084DF2
RGB
CMYK
RGB Variations
Color information
#084DF2 (or 0x084DF2) is known color: Navy Blue. HEX triplet: 08, 4D and F2. RGB value is (8,77,242). Sum of RGB (Red+Green+Blue) = 8+77+242=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 242 (94.92% from 255 or 74.01% from 327); Max value from RGB is 242 - color contains mainly: blue. Hex color #084DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084DF2 is #F7B20D. Grayscale: #4A4A4A. Windows color (decimal): -16232974 or 15879432. OLE color: 15879432.
HSL color Cylindrical-coordinate representation of color #084DF2: hue angle of 222.31º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084DF2 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 77 | 242 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.05 |
| HSL | 222.31º | 0.94% | 0.49% | - |
| HSV(B) | 222.31º | 0.97% | 0.95% | - |
| XYZ | 18.78 | 11.77 | 85.29 | - |
| YUV | 75.18 | 222.14 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 242 | 0.97 | 0.68 | 0 | 0.05 | 222.31 | 0.94 | 0.49 |
| Hex | 8 | 4D | F2 | 61 | 44 | 0 | 5 | DE | 5E | 31 |
| Octal | 10 | 115 | 362 | 141 | 104 | 0 | 5 | 336 | 136 | 61 |
| Binary | 1000 | 1001101 | 11110010 | 1100001 | 1000100 | 0 | 101 | 11011110 | 1011110 | 110001 |
Color Harmonies of #084DF2
Complementary color
Monochromatic Colors of #084DF2
Black with #084DF2
Text Example
Text Example
White with #084DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DF2; }
p { color: rgb(8,77,242); }
H1.HeaderClassName
{
color: #084DF2;
}
.AnyTagClassName
{
color: #084DF2;
}
</style>
background-color css
<style>
a { background-color: #084DF2; }
a { background-color: rgb(8,77,242); }
div.DivClassName
{
background-color: #084DF2;
}
.BgClassName
{
background-color: #084DF2;
}
</style>
border-color css
<style>
span { border-color: #084DF2; }
span { border-color: rgb(8,77,242); }
td.TdClassName
{
border-color: #084DF2;
}
.TagClassName
{
border-color: #084DF2;
}
</style>