#084FD0

Color #084FD0 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #084FD0

Tints of Navy Blue #084FD0

Color information

#084FD0 (or 0x084FD0) is unknown color: approx Navy Blue. HEX triplet: 08, 4F and D0. RGB value is (8,79,208). Sum of RGB (Red+Green+Blue) = 8+79+208=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 208 (81.64% from 255 or 70.51% from 295); Max value from RGB is 208 - color contains mainly: blue. Hex color #084FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084FD0 is #F7B02F. Grayscale: #474747. Windows color (decimal): -16232496 or 13651720. OLE color: 13651720.

HSL color Cylindrical-coordinate representation of color #084FD0: hue angle of 218.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084FD0 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB879208-
CMYK0.960.6200.18
HSL218.7º92.59%42.35%-
HSV(B)218.7º96.15%81.57%-
XYZ14.2810.260.89-
YUV72.48204.4882.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 2.71%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 208 (81.64% from 255) = 70.51%
R=2.71%
G=26.78%
B=70.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal8792080.960.6200.18218.792.5942.35
Hex84FD0603E012db5d2a
Octal101173201407602233313552
Binary10001001111110100001100000111110010010110110111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #084FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #084FD0; }

 p { color: rgb(8,79,208); }

 H1.HeaderClassName
 {
   color: #084FD0;
 }
 .AnyTagClassName
 {
   color: #084FD0;
 }
</style>
background-color css

<style>
 a { background-color: #084FD0; }

 a { background-color: rgb(8,79,208); }

 div.DivClassName
 {
   background-color: #084FD0;
 }
 .BgClassName
 {
   background-color: #084FD0;
 }
</style>
border-color css

<style>
 span { border-color: #084FD0; }

 span { border-color: rgb(8,79,208); }

 td.TdClassName
 {
   border-color: #084FD0;
 }
 .TagClassName
 {
   border-color: #084FD0;
 }
</style>