Html Css Color HEX #084EFA Navy Blue

📋 copy color: '#084EFA'

red 8 ◦ green 78 ◦ blue 250

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

Shades of Navy Blue #084EFA

Tints of Navy Blue #084EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.4%

R = 2.38%
G = 23.21%
B = 74.4%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#084EFA (or 0x084EFA) is known color: Navy Blue. HEX triplet: 08, 4E and FA. RGB value is (8,78,250). Sum of RGB (Red+Green+Blue) = 8+78+250=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 250 (98.05% from 255 or 74.40% from 336); Max value from RGB is 250 - color contains mainly: blue. Hex color #084EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084EFA is #F7B105. Grayscale: #4B4B4B. Windows color (decimal): -16232710 or 16403976. OLE color: 16403976.

HSL color Cylindrical-coordinate representation of color #084EFA: hue angle of 222.64º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084EFA is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 78 250 -
CMYK 0.97 0.69 0 0.02
HSL 222.64º 0.96% 0.51% -
HSV(B) 222.64º 0.97% 0.98% -
XYZ 20.08 12.4 91.78 -
YUV 76.68 225.81 79.01 -
System Red Green Blue C M Y K H S L
Decimal 8 78 250 0.97 0.69 0 0.02 222.64 0.96 0.51
Hex 8 4E FA 61 45 0 2 DF 60 33
Octal 10 116 372 141 105 0 2 337 140 63
Binary 1000 1001110 11111010 1100001 1000101 0 10 11011111 1100000 110011

Color Harmonies of #084EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084EFA

Black with #084EFA

Text Example


Text Example

White with #084EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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