Html Css Color HEX #084DFA Navy Blue

📋 copy color: '#084DFA'

red 8 ◦ green 77 ◦ blue 250

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

Shades of Navy Blue #084DFA

Tints of Navy Blue #084DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.63%

R = 2.39%
G = 22.99%
B = 74.63%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#084DFA (or 0x084DFA) is known color: Navy Blue. HEX triplet: 08, 4D and FA. RGB value is (8,77,250). Sum of RGB (Red+Green+Blue) = 8+77+250=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #084DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #084DFA is #F7B205. Grayscale: #4B4B4B. Windows color (decimal): -16232966 or 16403720. OLE color: 16403720.

HSL color Cylindrical-coordinate representation of color #084DFA: hue angle of 222.89º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084DFA is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 77 250 -
CMYK 0.97 0.69 0 0.02
HSL 222.89º 0.96% 0.51% -
HSV(B) 222.89º 0.97% 0.98% -
XYZ 20.01 12.26 91.75 -
YUV 76.09 226.14 79.43 -
System Red Green Blue C M Y K H S L
Decimal 8 77 250 0.97 0.69 0 0.02 222.89 0.96 0.51
Hex 8 4D FA 61 45 0 2 DF 60 33
Octal 10 115 372 141 105 0 2 337 140 63
Binary 1000 1001101 11111010 1100001 1000101 0 10 11011111 1100000 110011

Color Harmonies of #084DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084DFA

Black with #084DFA

Text Example


Text Example

White with #084DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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