Html Css Color HEX #084FDE Navy Blue

📋 copy color: '#084FDE'

red 8 ◦ green 79 ◦ blue 222

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

Shades of Navy Blue #084FDE

Tints of Navy Blue #084FDE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.57%

 BLUE value IS 222 (87.11% from 255) = 71.84%

R = 2.59%
G = 25.57%
B = 71.84%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#084FDE (or 0x084FDE) is known color: Navy Blue. HEX triplet: 08, 4F and DE. RGB value is (8,79,222). Sum of RGB (Red+Green+Blue) = 8+79+222=309 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.59% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 222 (87.11% from 255 or 71.84% from 309); Max value from RGB is 222 - color contains mainly: blue. Hex color #084FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084FDE is #F7B021. Grayscale: #494949. Windows color (decimal): -16232482 or 14569224. OLE color: 14569224.

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

Color convert

RGB 8 79 222 -
CMYK 0.96 0.64 0 0.13
HSL 220.09º 0.93% 0.45% -
HSV(B) 220.09º 0.96% 0.87% -
XYZ 16.08 10.92 70.37 -
YUV 74.07 211.48 80.87 -
System Red Green Blue C M Y K H S L
Decimal 8 79 222 0.96 0.64 0 0.13 220.09 0.93 0.45
Hex 8 4F DE 60 40 0 D DC 5D 2D
Octal 10 117 336 140 100 0 15 334 135 55
Binary 1000 1001111 11011110 1100000 1000000 0 1101 11011100 1011101 101101

Color Harmonies of #084FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084FDE

Black with #084FDE

Text Example


Text Example

White with #084FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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