Html Css Color HEX #084EEF Navy Blue

📋 copy color: '#084EEF'

red 8 ◦ green 78 ◦ blue 239

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

Shades of Navy Blue #084EEF

Tints of Navy Blue #084EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 73.54%

R = 2.46%
G = 24%
B = 73.54%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#084EEF (or 0x084EEF) is known color: Navy Blue. HEX triplet: 08, 4E and EF. RGB value is (8,78,239). Sum of RGB (Red+Green+Blue) = 8+78+239=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #084EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084EEF is #F7B110. Grayscale: #4A4A4A. Windows color (decimal): -16232721 or 15683080. OLE color: 15683080.

HSL color Cylindrical-coordinate representation of color #084EEF: hue angle of 221.82º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084EEF is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 78 239 -
CMYK 0.97 0.67 0 0.06
HSL 221.82º 0.94% 0.48% -
HSV(B) 221.82º 0.97% 0.94% -
XYZ 18.4 11.73 82.96 -
YUV 75.42 220.31 79.91 -
System Red Green Blue C M Y K H S L
Decimal 8 78 239 0.97 0.67 0 0.06 221.82 0.94 0.48
Hex 8 4E EF 61 43 0 6 DE 5E 30
Octal 10 116 357 141 103 0 6 336 136 60
Binary 1000 1001110 11101111 1100001 1000011 0 110 11011110 1011110 110000

Color Harmonies of #084EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084EEF

Black with #084EEF

Text Example


Text Example

White with #084EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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