Html Css Color HEX #084AF7 Navy Blue

📋 copy color: '#084AF7'

red 8 ◦ green 74 ◦ blue 247

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

Shades of Navy Blue #084AF7

Tints of Navy Blue #084AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 75.08%

R = 2.43%
G = 22.49%
B = 75.08%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#084AF7 (or 0x084AF7) is known color: Navy Blue. HEX triplet: 08, 4A and F7. RGB value is (8,74,247). Sum of RGB (Red+Green+Blue) = 8+74+247=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 247 (96.88% from 255 or 75.08% from 329); Max value from RGB is 247 - color contains mainly: blue. Hex color #084AF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #084AF7 is #F7B508. Grayscale: #494949. Windows color (decimal): -16233737 or 16206344. OLE color: 16206344.

HSL color Cylindrical-coordinate representation of color #084AF7: hue angle of 223.43º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084AF7 is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 8 74 247 -
CMYK 0.97 0.70 0 0.03
HSL 223.43º 0.94% 0.5% -
HSV(B) 223.43º 0.97% 0.97% -
XYZ 19.34 11.66 89.23 -
YUV 73.99 225.63 80.93 -
System Red Green Blue C M Y K H S L
Decimal 8 74 247 0.97 0.70 0 0.03 223.43 0.94 0.5
Hex 8 4A F7 61 46 0 3 DF 5E 32
Octal 10 112 367 141 106 0 3 337 136 62
Binary 1000 1001010 11110111 1100001 1000110 0 11 11011111 1011110 110010

Color Harmonies of #084AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084AF7

Black with #084AF7

Text Example


Text Example

White with #084AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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