Html Css Color HEX #084EF2 Navy Blue

📋 copy color: '#084EF2'

red 8 ◦ green 78 ◦ blue 242

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

Shades of Navy Blue #084EF2

Tints of Navy Blue #084EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 73.78%

R = 2.44%
G = 23.78%
B = 73.78%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#084EF2 (or 0x084EF2) is known color: Navy Blue. HEX triplet: 08, 4E and F2. RGB value is (8,78,242). Sum of RGB (Red+Green+Blue) = 8+78+242=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 242 (94.92% from 255 or 73.78% from 328); Max value from RGB is 242 - color contains mainly: blue. Hex color #084EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084EF2 is #F7B10D. Grayscale: #4B4B4B. Windows color (decimal): -16232718 or 15879688. OLE color: 15879688.

HSL color Cylindrical-coordinate representation of color #084EF2: hue angle of 222.05º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084EF2 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 8 78 242 -
CMYK 0.97 0.68 0 0.05
HSL 222.05º 0.94% 0.49% -
HSV(B) 222.05º 0.97% 0.95% -
XYZ 18.85 11.91 85.31 -
YUV 75.77 221.81 79.66 -
System Red Green Blue C M Y K H S L
Decimal 8 78 242 0.97 0.68 0 0.05 222.05 0.94 0.49
Hex 8 4E F2 61 44 0 5 DE 5E 31
Octal 10 116 362 141 104 0 5 336 136 61
Binary 1000 1001110 11110010 1100001 1000100 0 101 11011110 1011110 110001

Color Harmonies of #084EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084EF2

Black with #084EF2

Text Example


Text Example

White with #084EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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