Html Css Color HEX #2079EB Dodger Blue

📋 copy color: '#2079EB'

red 32 ◦ green 121 ◦ blue 235

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

Shades of Dodger Blue #2079EB

Tints of Dodger Blue #2079EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.57%

R = 8.25%
G = 31.19%
B = 60.57%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2079EB (or 0x2079EB) is known color: Dodger Blue. HEX triplet: 20, 79 and EB. RGB value is (32,121,235). Sum of RGB (Red+Green+Blue) = 32+121+235=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #2079EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2079EB is #DF8614. Grayscale: #6A6A6A. Windows color (decimal): -14648853 or 15431968. OLE color: 15431968.

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

Color convert

RGB 32 121 235 -
CMYK 0.86 0.49 0 0.08
HSL 213.69º 0.84% 0.52% -
HSV(B) 213.69º 0.86% 0.92% -
XYZ 22.43 19.98 81.27 -
YUV 107.39 200.01 74.23 -
System Red Green Blue C M Y K H S L
Decimal 32 121 235 0.86 0.49 0 0.08 213.69 0.84 0.52
Hex 20 79 EB 56 31 0 8 D6 54 34
Octal 40 171 353 126 61 0 10 326 124 64
Binary 100000 1111001 11101011 1010110 110001 0 1000 11010110 1010100 110100

Color Harmonies of #2079EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2079EB

Black with #2079EB

Text Example


Text Example

White with #2079EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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