Html Css Color HEX #084DCD Navy Blue

📋 copy color: '#084DCD'

red 8 ◦ green 77 ◦ blue 205

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

Shades of Navy Blue #084DCD

Tints of Navy Blue #084DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 70.69%

R = 2.76%
G = 26.55%
B = 70.69%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#084DCD (or 0x084DCD) is known color: Navy Blue. HEX triplet: 08, 4D and CD. RGB value is (8,77,205). Sum of RGB (Red+Green+Blue) = 8+77+205=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #084DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084DCD is #F7B232. Grayscale: #464646. Windows color (decimal): -16233011 or 13454600. OLE color: 13454600.

HSL color Cylindrical-coordinate representation of color #084DCD: hue angle of 218.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084DCD is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 77 205 -
CMYK 0.96 0.62 0 0.20
HSL 218.98º 0.92% 0.42% -
HSV(B) 218.98º 0.96% 0.8% -
XYZ 13.77 9.77 58.92 -
YUV 70.96 203.64 83.09 -
System Red Green Blue C M Y K H S L
Decimal 8 77 205 0.96 0.62 0 0.20 218.98 0.92 0.42
Hex 8 4D CD 60 3E 0 14 DB 5C 2A
Octal 10 115 315 140 76 0 24 333 134 52
Binary 1000 1001101 11001101 1100000 111110 0 10100 11011011 1011100 101010

Color Harmonies of #084DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084DCD

Black with #084DCD

Text Example


Text Example

White with #084DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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