Html Css Color HEX #084DDD Navy Blue

📋 copy color: '#084DDD'

red 8 ◦ green 77 ◦ blue 221

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

Shades of Navy Blue #084DDD

Tints of Navy Blue #084DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.22%

R = 2.61%
G = 25.16%
B = 72.22%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#084DDD (or 0x084DDD) is known color: Navy Blue. HEX triplet: 08, 4D and DD. RGB value is (8,77,221). Sum of RGB (Red+Green+Blue) = 8+77+221=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #084DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084DDD is #F7B222. Grayscale: #484848. Windows color (decimal): -16232995 or 14503176. OLE color: 14503176.

HSL color Cylindrical-coordinate representation of color #084DDD: hue angle of 220.56º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084DDD is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 77 221 -
CMYK 0.96 0.65 0 0.13
HSL 220.56º 0.93% 0.45% -
HSV(B) 220.56º 0.96% 0.87% -
XYZ 15.81 10.58 69.62 -
YUV 72.79 211.64 81.79 -
System Red Green Blue C M Y K H S L
Decimal 8 77 221 0.96 0.65 0 0.13 220.56 0.93 0.45
Hex 8 4D DD 60 41 0 D DD 5D 2D
Octal 10 115 335 140 101 0 15 335 135 55
Binary 1000 1001101 11011101 1100000 1000001 0 1101 11011101 1011101 101101

Color Harmonies of #084DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084DDD

Black with #084DDD

Text Example


Text Example

White with #084DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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