Shades of Navy Blue #084FDD
Tints of Navy Blue #084FDD
RGB
CMYK
RGB Variations
Color information
#084FDD (or 0x084FDD) is known color: Navy Blue. HEX triplet: 08, 4F and DD. RGB value is (8,79,221). Sum of RGB (Red+Green+Blue) = 8+79+221=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #084FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084FDD is #F7B022. Grayscale: #494949. Windows color (decimal): -16232483 or 14503688. OLE color: 14503688.
HSL color Cylindrical-coordinate representation of color #084FDD: hue angle of 220º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084FDD is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 79 | 221 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.13 |
| HSL | 220º | 0.93% | 0.45% | - |
| HSV(B) | 220º | 0.96% | 0.87% | - |
| XYZ | 15.95 | 10.86 | 69.66 | - |
| YUV | 73.96 | 210.98 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 221 | 0.96 | 0.64 | 0 | 0.13 | 220 | 0.93 | 0.45 |
| Hex | 8 | 4F | DD | 60 | 40 | 0 | D | DC | 5D | 2D |
| Octal | 10 | 117 | 335 | 140 | 100 | 0 | 15 | 334 | 135 | 55 |
| Binary | 1000 | 1001111 | 11011101 | 1100000 | 1000000 | 0 | 1101 | 11011100 | 1011101 | 101101 |
Color Harmonies of #084FDD
Complementary color
Monochromatic Colors of #084FDD
Black with #084FDD
Text Example
Text Example
White with #084FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084FDD; }
p { color: rgb(8,79,221); }
H1.HeaderClassName
{
color: #084FDD;
}
.AnyTagClassName
{
color: #084FDD;
}
</style>
background-color css
<style>
a { background-color: #084FDD; }
a { background-color: rgb(8,79,221); }
div.DivClassName
{
background-color: #084FDD;
}
.BgClassName
{
background-color: #084FDD;
}
</style>
border-color css
<style>
span { border-color: #084FDD; }
span { border-color: rgb(8,79,221); }
td.TdClassName
{
border-color: #084FDD;
}
.TagClassName
{
border-color: #084FDD;
}
</style>