Html Css Color HEX #2077FD Dodger Blue

📋 copy color: '#2077FD'

red 32 ◦ green 119 ◦ blue 253

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

Shades of Dodger Blue #2077FD

Tints of Dodger Blue #2077FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.62%

R = 7.92%
G = 29.46%
B = 62.62%

CMYK

 C value IS 0.87

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2077FD (or 0x2077FD) is known color: Dodger Blue. HEX triplet: 20, 77 and FD. RGB value is (32,119,253). Sum of RGB (Red+Green+Blue) = 32+119+253=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #2077FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2077FD is #DF8802. Grayscale: #6B6B6B. Windows color (decimal): -14649347 or 16611104. OLE color: 16611104.

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

Color convert

RGB 32 119 253 -
CMYK 0.87 0.53 0 0.01
HSL 216.38º 0.98% 0.56% -
HSV(B) 216.38º 0.87% 0.99% -
XYZ 24.92 20.59 95.59 -
YUV 108.26 209.68 73.6 -
System Red Green Blue C M Y K H S L
Decimal 32 119 253 0.87 0.53 0 0.01 216.38 0.98 0.56
Hex 20 77 FD 57 35 0 1 D8 62 38
Octal 40 167 375 127 65 0 1 330 142 70
Binary 100000 1110111 11111101 1010111 110101 0 1 11011000 1100010 111000

Color Harmonies of #2077FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2077FD

Black with #2077FD

Text Example


Text Example

White with #2077FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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