Html Css Color HEX #084EFE Navy Blue

📋 copy color: '#084EFE'

red 8 ◦ green 78 ◦ blue 254

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

Shades of Navy Blue #084EFE

Tints of Navy Blue #084EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 74.71%

R = 2.35%
G = 22.94%
B = 74.71%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#084EFE (or 0x084EFE) is known color: Navy Blue. HEX triplet: 08, 4E and FE. RGB value is (8,78,254). Sum of RGB (Red+Green+Blue) = 8+78+254=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #084EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084EFE is #F7B101. Grayscale: #4C4C4C. Windows color (decimal): -16232706 or 16666120. OLE color: 16666120.

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

Color convert

RGB 8 78 254 -
CMYK 0.97 0.69 0 0.00
HSL 222.93º 0.99% 0.51% -
HSV(B) 222.93º 0.97% 1% -
XYZ 20.71 12.66 95.12 -
YUV 77.13 227.81 78.69 -
System Red Green Blue C M Y K H S L
Decimal 8 78 254 0.97 0.69 0 0.00 222.93 0.99 0.51
Hex 8 4E FE 61 45 0 0 DF 63 33
Octal 10 116 376 141 105 0 0 337 143 63
Binary 1000 1001110 11111110 1100001 1000101 0 0 11011111 1100011 110011

Color Harmonies of #084EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084EFE

Black with #084EFE

Text Example


Text Example

White with #084EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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