Html Css Color HEX #084ADE Navy Blue

📋 copy color: '#084ADE'

red 8 ◦ green 74 ◦ blue 222

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

Shades of Navy Blue #084ADE

Tints of Navy Blue #084ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.34%

 BLUE value IS 222 (87.11% from 255) = 73.03%

R = 2.63%
G = 24.34%
B = 73.03%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#084ADE (or 0x084ADE) is known color: Navy Blue. HEX triplet: 08, 4A and DE. RGB value is (8,74,222). Sum of RGB (Red+Green+Blue) = 8+74+222=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #084ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084ADE is #F7B521. Grayscale: #464646. Windows color (decimal): -16233762 or 14567944. OLE color: 14567944.

HSL color Cylindrical-coordinate representation of color #084ADE: hue angle of 221.5º 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 #084ADE is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 74 222 -
CMYK 0.96 0.67 0 0.13
HSL 221.5º 0.93% 0.45% -
HSV(B) 221.5º 0.96% 0.87% -
XYZ 15.73 10.22 70.25 -
YUV 71.14 213.13 82.97 -
System Red Green Blue C M Y K H S L
Decimal 8 74 222 0.96 0.67 0 0.13 221.5 0.93 0.45
Hex 8 4A DE 60 43 0 D DD 5D 2D
Octal 10 112 336 140 103 0 15 335 135 55
Binary 1000 1001010 11011110 1100000 1000011 0 1101 11011101 1011101 101101

Color Harmonies of #084ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084ADE

Black with #084ADE

Text Example


Text Example

White with #084ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,74,222); }

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

background-color css

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

 a { background-color: rgb(8,74,222); }

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

border-color css

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

 span { border-color: rgb(8,74,222); }

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