Shades of Navy Blue #084CF8
Tints of Navy Blue #084CF8
RGB
CMYK
RGB Variations
Color information
#084CF8 (or 0x084CF8) is known color: Navy Blue. HEX triplet: 08, 4C and F8. RGB value is (8,76,248). Sum of RGB (Red+Green+Blue) = 8+76+248=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 248 (97.27% from 255 or 74.70% from 332); Max value from RGB is 248 - color contains mainly: blue. Hex color #084CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #084CF8 is #F7B307. Grayscale: #4A4A4A. Windows color (decimal): -16233224 or 16272392. OLE color: 16272392.
HSL color Cylindrical-coordinate representation of color #084CF8: hue angle of 223º 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 #084CF8 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 8 | 76 | 248 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.03 |
| HSL | 223º | 0.94% | 0.5% | - |
| HSV(B) | 223º | 0.97% | 0.97% | - |
| XYZ | 19.63 | 12 | 90.09 | - |
| YUV | 75.28 | 225.47 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 76 | 248 | 0.97 | 0.69 | 0 | 0.03 | 223 | 0.94 | 0.5 |
| Hex | 8 | 4C | F8 | 61 | 45 | 0 | 3 | DF | 5E | 32 |
| Octal | 10 | 114 | 370 | 141 | 105 | 0 | 3 | 337 | 136 | 62 |
| Binary | 1000 | 1001100 | 11111000 | 1100001 | 1000101 | 0 | 11 | 11011111 | 1011110 | 110010 |
Color Harmonies of #084CF8
Complementary color
Monochromatic Colors of #084CF8
Black with #084CF8
Text Example
Text Example
White with #084CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084CF8; }
p { color: rgb(8,76,248); }
H1.HeaderClassName
{
color: #084CF8;
}
.AnyTagClassName
{
color: #084CF8;
}
</style>
background-color css
<style>
a { background-color: #084CF8; }
a { background-color: rgb(8,76,248); }
div.DivClassName
{
background-color: #084CF8;
}
.BgClassName
{
background-color: #084CF8;
}
</style>
border-color css
<style>
span { border-color: #084CF8; }
span { border-color: rgb(8,76,248); }
td.TdClassName
{
border-color: #084CF8;
}
.TagClassName
{
border-color: #084CF8;
}
</style>