Html Css Color HEX #2079EC Dodger Blue

📋 copy color: '#2079EC'

red 32 ◦ green 121 ◦ blue 236

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

Shades of Dodger Blue #2079EC

Tints of Dodger Blue #2079EC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.11%

 BLUE value IS 236 (92.58% from 255) = 60.67%

R = 8.23%
G = 31.11%
B = 60.67%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2079EC (or 0x2079EC) is known color: Dodger Blue. HEX triplet: 20, 79 and EC. RGB value is (32,121,236). Sum of RGB (Red+Green+Blue) = 32+121+236=389 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.23% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #2079EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2079EC is #DF8613. Grayscale: #6A6A6A. Windows color (decimal): -14648852 or 15497504. OLE color: 15497504.

HSL color Cylindrical-coordinate representation of color #2079EC: hue angle of 213.82º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2079EC is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 121 236 -
CMYK 0.86 0.49 0 0.07
HSL 213.82º 0.84% 0.53% -
HSV(B) 213.82º 0.86% 0.93% -
XYZ 22.57 20.04 82.03 -
YUV 107.5 200.51 74.15 -
System Red Green Blue C M Y K H S L
Decimal 32 121 236 0.86 0.49 0 0.07 213.82 0.84 0.53
Hex 20 79 EC 56 31 0 7 D6 54 35
Octal 40 171 354 126 61 0 7 326 124 65
Binary 100000 1111001 11101100 1010110 110001 0 111 11010110 1010100 110101

Color Harmonies of #2079EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2079EC

Black with #2079EC

Text Example


Text Example

White with #2079EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2079EC; }

 p { color: rgb(32,121,236); }

 H1.HeaderClassName
 {
   color: #2079EC;
 }
 .AnyTagClassName
 {
   color: #2079EC;
 }
</style>

background-color css

<style>
 a { background-color: #2079EC; }

 a { background-color: rgb(32,121,236); }

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

border-color css

<style>
 span { border-color: #2079EC; }

 span { border-color: rgb(32,121,236); }

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