Html Css Color HEX #084EE3 Navy Blue

📋 copy color: '#084EE3'

red 8 ◦ green 78 ◦ blue 227

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

Shades of Navy Blue #084EE3

Tints of Navy Blue #084EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 72.52%

R = 2.56%
G = 24.92%
B = 72.52%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#084EE3 (or 0x084EE3) is known color: Navy Blue. HEX triplet: 08, 4E and E3. RGB value is (8,78,227). Sum of RGB (Red+Green+Blue) = 8+78+227=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 227 (89.06% from 255 or 72.52% from 313); Max value from RGB is 227 - color contains mainly: blue. Hex color #084EE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084EE3 is #F7B11C. Grayscale: #494949. Windows color (decimal): -16232733 or 14896648. OLE color: 14896648.

HSL color Cylindrical-coordinate representation of color #084EE3: hue angle of 220.82º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084EE3 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 8 78 227 -
CMYK 0.96 0.66 0 0.11
HSL 220.82º 0.93% 0.46% -
HSV(B) 220.82º 0.96% 0.89% -
XYZ 16.69 11.05 73.93 -
YUV 74.06 214.31 80.88 -
System Red Green Blue C M Y K H S L
Decimal 8 78 227 0.96 0.66 0 0.11 220.82 0.93 0.46
Hex 8 4E E3 60 42 0 B DD 5D 2E
Octal 10 116 343 140 102 0 13 335 135 56
Binary 1000 1001110 11100011 1100000 1000010 0 1011 11011101 1011101 101110

Color Harmonies of #084EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084EE3

Black with #084EE3

Text Example


Text Example

White with #084EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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