Html Css Color HEX #084EDD Navy Blue

📋 copy color: '#084EDD'

red 8 ◦ green 78 ◦ blue 221

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

Shades of Navy Blue #084EDD

Tints of Navy Blue #084EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.99%

R = 2.61%
G = 25.41%
B = 71.99%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#084EDD (or 0x084EDD) is known color: Navy Blue. HEX triplet: 08, 4E and DD. RGB value is (8,78,221). Sum of RGB (Red+Green+Blue) = 8+78+221=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #084EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084EDD is #F7B122. Grayscale: #484848. Windows color (decimal): -16232739 or 14503432. OLE color: 14503432.

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

Color convert

RGB 8 78 221 -
CMYK 0.96 0.65 0 0.13
HSL 220.28º 0.93% 0.45% -
HSV(B) 220.28º 0.96% 0.87% -
XYZ 15.88 10.72 69.64 -
YUV 73.37 211.31 81.37 -
System Red Green Blue C M Y K H S L
Decimal 8 78 221 0.96 0.65 0 0.13 220.28 0.93 0.45
Hex 8 4E DD 60 41 0 D DC 5D 2D
Octal 10 116 335 140 101 0 15 334 135 55
Binary 1000 1001110 11011101 1100000 1000001 0 1101 11011100 1011101 101101

Color Harmonies of #084EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084EDD

Black with #084EDD

Text Example


Text Example

White with #084EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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