Html Css Color HEX #084FED Navy Blue

📋 copy color: '#084FED'

red 8 ◦ green 79 ◦ blue 237

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

Shades of Navy Blue #084FED

Tints of Navy Blue #084FED

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.38%

 BLUE value IS 237 (92.97% from 255) = 73.15%

R = 2.47%
G = 24.38%
B = 73.15%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#084FED (or 0x084FED) is known color: Navy Blue. HEX triplet: 08, 4F and ED. RGB value is (8,79,237). Sum of RGB (Red+Green+Blue) = 8+79+237=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 237 (92.97% from 255 or 73.15% from 324); Max value from RGB is 237 - color contains mainly: blue. Hex color #084FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084FED is #F7B012. Grayscale: #4B4B4B. Windows color (decimal): -16232467 or 15552264. OLE color: 15552264.

HSL color Cylindrical-coordinate representation of color #084FED: hue angle of 221.4º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084FED is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 79 237 -
CMYK 0.97 0.67 0 0.07
HSL 221.4º 0.93% 0.48% -
HSV(B) 221.4º 0.97% 0.93% -
XYZ 18.18 11.76 81.43 -
YUV 75.78 218.98 79.65 -
System Red Green Blue C M Y K H S L
Decimal 8 79 237 0.97 0.67 0 0.07 221.4 0.93 0.48
Hex 8 4F ED 61 43 0 7 DD 5D 30
Octal 10 117 355 141 103 0 7 335 135 60
Binary 1000 1001111 11101101 1100001 1000011 0 111 11011101 1011101 110000

Color Harmonies of #084FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084FED

Black with #084FED

Text Example


Text Example

White with #084FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,79,237); }

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

background-color css

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

 a { background-color: rgb(8,79,237); }

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

border-color css

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

 span { border-color: rgb(8,79,237); }

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