Html Css Color HEX #2079EF Dodger Blue

📋 copy color: '#2079EF'

red 32 ◦ green 121 ◦ blue 239

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

Shades of Dodger Blue #2079EF

Tints of Dodger Blue #2079EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.97%

R = 8.16%
G = 30.87%
B = 60.97%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2079EF (or 0x2079EF) is known color: Dodger Blue. HEX triplet: 20, 79 and EF. RGB value is (32,121,239). Sum of RGB (Red+Green+Blue) = 32+121+239=392 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.16% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #2079EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2079EF is #DF8610. Grayscale: #6B6B6B. Windows color (decimal): -14648849 or 15694112. OLE color: 15694112.

HSL color Cylindrical-coordinate representation of color #2079EF: hue angle of 214.2º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2079EF is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 121 239 -
CMYK 0.87 0.49 0 0.06
HSL 214.2º 0.87% 0.53% -
HSV(B) 214.2º 0.87% 0.94% -
XYZ 23.01 20.21 84.35 -
YUV 107.84 202.01 73.91 -
System Red Green Blue C M Y K H S L
Decimal 32 121 239 0.87 0.49 0 0.06 214.2 0.87 0.53
Hex 20 79 EF 57 31 0 6 D6 57 35
Octal 40 171 357 127 61 0 6 326 127 65
Binary 100000 1111001 11101111 1010111 110001 0 110 11010110 1010111 110101

Color Harmonies of #2079EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2079EF

Black with #2079EF

Text Example


Text Example

White with #2079EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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