Html Css Color HEX #084FD2 Navy Blue

📋 copy color: '#084FD2'

red 8 ◦ green 79 ◦ blue 210

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

Shades of Navy Blue #084FD2

Tints of Navy Blue #084FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 70.71%

R = 2.69%
G = 26.6%
B = 70.71%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#084FD2 (or 0x084FD2) is known color: Navy Blue. HEX triplet: 08, 4F and D2. RGB value is (8,79,210). Sum of RGB (Red+Green+Blue) = 8+79+210=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 210 (82.42% from 255 or 70.71% from 297); Max value from RGB is 210 - color contains mainly: blue. Hex color #084FD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084FD2 is #F7B02D. Grayscale: #484848. Windows color (decimal): -16232494 or 13782792. OLE color: 13782792.

HSL color Cylindrical-coordinate representation of color #084FD2: hue angle of 218.91º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084FD2 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 8 79 210 -
CMYK 0.96 0.62 0 0.18
HSL 218.91º 0.93% 0.43% -
HSV(B) 218.91º 0.96% 0.82% -
XYZ 14.53 10.3 62.19 -
YUV 72.71 205.48 81.85 -
System Red Green Blue C M Y K H S L
Decimal 8 79 210 0.96 0.62 0 0.18 218.91 0.93 0.43
Hex 8 4F D2 60 3E 0 12 DB 5D 2B
Octal 10 117 322 140 76 0 22 333 135 53
Binary 1000 1001111 11010010 1100000 111110 0 10010 11011011 1011101 101011

Color Harmonies of #084FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084FD2

Black with #084FD2

Text Example


Text Example

White with #084FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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