Html Css Color HEX #084EDF Navy Blue

📋 copy color: '#084EDF'

red 8 ◦ green 78 ◦ blue 223

#084EDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #084EDF

Tints of Navy Blue #084EDF

RGB

 RED value IS 8 (3.52% from 255) = 2.59%

 GREEN value IS 78 (30.86% from 255) = 25.24%

 BLUE value IS 223 (87.5% from 255) = 72.17%

R = 2.59%
G = 25.24%
B = 72.17%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#084EDF (or 0x084EDF) is known color: Navy Blue. HEX triplet: 08, 4E and DF. RGB value is (8,78,223). Sum of RGB (Red+Green+Blue) = 8+78+223=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #084EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084EDF is #F7B120. Grayscale: #484848. Windows color (decimal): -16232737 or 14634504. OLE color: 14634504.

HSL color Cylindrical-coordinate representation of color #084EDF: hue angle of 220.47º 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 #084EDF is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 78 223 -
CMYK 0.96 0.65 0 0.13
HSL 220.47º 0.93% 0.45% -
HSV(B) 220.47º 0.96% 0.87% -
XYZ 16.14 10.83 71.05 -
YUV 73.6 212.31 81.21 -
System Red Green Blue C M Y K H S L
Decimal 8 78 223 0.96 0.65 0 0.13 220.47 0.93 0.45
Hex 8 4E DF 60 41 0 D DC 5D 2D
Octal 10 116 337 140 101 0 15 334 135 55
Binary 1000 1001110 11011111 1100000 1000001 0 1101 11011100 1011101 101101

Color Harmonies of #084EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084EDF

Black with #084EDF

Text Example


Text Example

White with #084EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,78,223); }

 H1.HeaderClassName
 {
   color: #084EDF;
 }
 .AnyTagClassName
 {
   color: #084EDF;
 }
</style>

background-color css

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

 a { background-color: rgb(8,78,223); }

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

border-color css

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

 span { border-color: rgb(8,78,223); }

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