Html Css Color HEX #2077DD Navy Blue

📋 copy color: '#2077DD'

red 32 ◦ green 119 ◦ blue 221

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

Shades of Navy Blue #2077DD

Tints of Navy Blue #2077DD

RGB

 RED value IS 32 (12.89% from 255) = 8.6%

 GREEN value IS 119 (46.88% from 255) = 31.99%

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

R = 8.6%
G = 31.99%
B = 59.41%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2077DD (or 0x2077DD) is known color: Navy Blue. HEX triplet: 20, 77 and DD. RGB value is (32,119,221). Sum of RGB (Red+Green+Blue) = 32+119+221=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #2077DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2077DD is #DF8822. Grayscale: #686868. Windows color (decimal): -14649379 or 14513952. OLE color: 14513952.

HSL color Cylindrical-coordinate representation of color #2077DD: hue angle of 212.38º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2077DD is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 119 221 -
CMYK 0.86 0.46 0 0.13
HSL 212.38º 0.75% 0.5% -
HSV(B) 212.38º 0.86% 0.87% -
XYZ 20.24 18.72 70.95 -
YUV 104.62 193.68 76.21 -
System Red Green Blue C M Y K H S L
Decimal 32 119 221 0.86 0.46 0 0.13 212.38 0.75 0.5
Hex 20 77 DD 56 2E 0 D D4 4B 32
Octal 40 167 335 126 56 0 15 324 113 62
Binary 100000 1110111 11011101 1010110 101110 0 1101 11010100 1001011 110010

Color Harmonies of #2077DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2077DD

Black with #2077DD

Text Example


Text Example

White with #2077DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2077DD; }

 p { color: rgb(32,119,221); }

 H1.HeaderClassName
 {
   color: #2077DD;
 }
 .AnyTagClassName
 {
   color: #2077DD;
 }
</style>

background-color css

<style>
 a { background-color: #2077DD; }

 a { background-color: rgb(32,119,221); }

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

border-color css

<style>
 span { border-color: #2077DD; }

 span { border-color: rgb(32,119,221); }

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