Html Css Color HEX #084DFE Navy Blue

📋 copy color: '#084DFE'

red 8 ◦ green 77 ◦ blue 254

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

Shades of Navy Blue #084DFE

Tints of Navy Blue #084DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.71%

 BLUE value IS 254 (99.61% from 255) = 74.93%

R = 2.36%
G = 22.71%
B = 74.93%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#084DFE (or 0x084DFE) is known color: Navy Blue. HEX triplet: 08, 4D and FE. RGB value is (8,77,254). Sum of RGB (Red+Green+Blue) = 8+77+254=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #084DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084DFE is #F7B201. Grayscale: #4B4B4B. Windows color (decimal): -16232962 or 16665864. OLE color: 16665864.

HSL color Cylindrical-coordinate representation of color #084DFE: hue angle of 223.17º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084DFE is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 8 77 254 -
CMYK 0.97 0.70 0 0.00
HSL 223.17º 0.99% 0.51% -
HSV(B) 223.17º 0.97% 1% -
XYZ 20.64 12.52 95.09 -
YUV 76.55 228.14 79.11 -
System Red Green Blue C M Y K H S L
Decimal 8 77 254 0.97 0.70 0 0.00 223.17 0.99 0.51
Hex 8 4D FE 61 46 0 0 DF 63 33
Octal 10 115 376 141 106 0 0 337 143 63
Binary 1000 1001101 11111110 1100001 1000110 0 0 11011111 1100011 110011

Color Harmonies of #084DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084DFE

Black with #084DFE

Text Example


Text Example

White with #084DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,77,254); }

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

background-color css

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

 a { background-color: rgb(8,77,254); }

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

border-color css

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

 span { border-color: rgb(8,77,254); }

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