Html Css Color HEX #084EE0 Navy Blue

📋 copy color: '#084EE0'

red 8 ◦ green 78 ◦ blue 224

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

Shades of Navy Blue #084EE0

Tints of Navy Blue #084EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 72.26%

R = 2.58%
G = 25.16%
B = 72.26%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#084EE0 (or 0x084EE0) is known color: Navy Blue. HEX triplet: 08, 4E and E0. RGB value is (8,78,224). Sum of RGB (Red+Green+Blue) = 8+78+224=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 224 (87.89% from 255 or 72.26% from 310); Max value from RGB is 224 - color contains mainly: blue. Hex color #084EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084EE0 is #F7B11F. Grayscale: #494949. Windows color (decimal): -16232736 or 14700040. OLE color: 14700040.

HSL color Cylindrical-coordinate representation of color #084EE0: hue angle of 220.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084EE0 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 8 78 224 -
CMYK 0.96 0.65 0 0.12
HSL 220.56º 0.93% 0.45% -
HSV(B) 220.56º 0.96% 0.88% -
XYZ 16.28 10.88 71.76 -
YUV 73.71 212.81 81.13 -
System Red Green Blue C M Y K H S L
Decimal 8 78 224 0.96 0.65 0 0.12 220.56 0.93 0.45
Hex 8 4E E0 60 41 0 C DD 5D 2D
Octal 10 116 340 140 101 0 14 335 135 55
Binary 1000 1001110 11100000 1100000 1000001 0 1100 11011101 1011101 101101

Color Harmonies of #084EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084EE0

Black with #084EE0

Text Example


Text Example

White with #084EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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