Shades of Navy Blue #084DF8
Tints of Navy Blue #084DF8
RGB
CMYK
RGB Variations
Color information
#084DF8 (or 0x084DF8) is known color: Navy Blue. HEX triplet: 08, 4D and F8. RGB value is (8,77,248). Sum of RGB (Red+Green+Blue) = 8+77+248=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 248 (97.27% from 255 or 74.47% from 333); Max value from RGB is 248 - color contains mainly: blue. Hex color #084DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084DF8 is #F7B207. Grayscale: #4B4B4B. Windows color (decimal): -16232968 or 16272648. OLE color: 16272648.
HSL color Cylindrical-coordinate representation of color #084DF8: hue angle of 222.75º 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 #084DF8 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 77 | 248 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.03 |
| HSL | 222.75º | 0.94% | 0.5% | - |
| HSV(B) | 222.75º | 0.97% | 0.97% | - |
| XYZ | 19.7 | 12.14 | 90.11 | - |
| YUV | 75.86 | 225.14 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 248 | 0.97 | 0.69 | 0 | 0.03 | 222.75 | 0.94 | 0.5 |
| Hex | 8 | 4D | F8 | 61 | 45 | 0 | 3 | DF | 5E | 32 |
| Octal | 10 | 115 | 370 | 141 | 105 | 0 | 3 | 337 | 136 | 62 |
| Binary | 1000 | 1001101 | 11111000 | 1100001 | 1000101 | 0 | 11 | 11011111 | 1011110 | 110010 |
Color Harmonies of #084DF8
Complementary color
Monochromatic Colors of #084DF8
Black with #084DF8
Text Example
Text Example
White with #084DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DF8; }
p { color: rgb(8,77,248); }
H1.HeaderClassName
{
color: #084DF8;
}
.AnyTagClassName
{
color: #084DF8;
}
</style>
background-color css
<style>
a { background-color: #084DF8; }
a { background-color: rgb(8,77,248); }
div.DivClassName
{
background-color: #084DF8;
}
.BgClassName
{
background-color: #084DF8;
}
</style>
border-color css
<style>
span { border-color: #084DF8; }
span { border-color: rgb(8,77,248); }
td.TdClassName
{
border-color: #084DF8;
}
.TagClassName
{
border-color: #084DF8;
}
</style>