Html Css Color HEX #2077FF Dodger Blue

📋 copy color: '#2077FF'

red 32 ◦ green 119 ◦ blue 255

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

Shades of Dodger Blue #2077FF

Tints of Dodger Blue #2077FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.81%

R = 7.88%
G = 29.31%
B = 62.81%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2077FF (or 0x2077FF) is known color: Dodger Blue. HEX triplet: 20, 77 and FF. RGB value is (32,119,255). Sum of RGB (Red+Green+Blue) = 32+119+255=406 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.88% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #2077FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2077FF is #DF8800. Grayscale: #6B6B6B. Windows color (decimal): -14649345 or 16742176. OLE color: 16742176.

HSL color Cylindrical-coordinate representation of color #2077FF: hue angle of 216.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2077FF is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 32 119 255 -
CMYK 0.87 0.53 0 0
HSL 216.59º 1% 0.56% -
HSV(B) 216.59º 0.87% 1% -
XYZ 25.24 20.72 97.28 -
YUV 108.49 210.68 73.44 -
System Red Green Blue C M Y K H S L
Decimal 32 119 255 0.87 0.53 0 0 216.59 1 0.56
Hex 20 77 FF 57 35 0 0 D9 64 38
Octal 40 167 377 127 65 0 0 331 144 70
Binary 100000 1110111 11111111 1010111 110101 0 0 11011001 1100100 111000

Color Harmonies of #2077FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2077FF

Black with #2077FF

Text Example


Text Example

White with #2077FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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