Html Css Color HEX #2079FA Dodger Blue

📋 copy color: '#2079FA'

red 32 ◦ green 121 ◦ blue 250

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

Shades of Dodger Blue #2079FA

Tints of Dodger Blue #2079FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 62.03%

R = 7.94%
G = 30.02%
B = 62.03%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2079FA (or 0x2079FA) is known color: Dodger Blue. HEX triplet: 20, 79 and FA. RGB value is (32,121,250). Sum of RGB (Red+Green+Blue) = 32+121+250=403 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.94% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #2079FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2079FA is #DF8605. Grayscale: #6C6C6C. Windows color (decimal): -14648838 or 16415008. OLE color: 16415008.

HSL color Cylindrical-coordinate representation of color #2079FA: hue angle of 215.5º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2079FA is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 121 250 -
CMYK 0.87 0.52 0 0.02
HSL 215.5º 0.96% 0.55% -
HSV(B) 215.5º 0.87% 0.98% -
XYZ 24.69 20.88 93.17 -
YUV 109.1 207.51 73.01 -
System Red Green Blue C M Y K H S L
Decimal 32 121 250 0.87 0.52 0 0.02 215.5 0.96 0.55
Hex 20 79 FA 57 34 0 2 D8 60 37
Octal 40 171 372 127 64 0 2 330 140 67
Binary 100000 1111001 11111010 1010111 110100 0 10 11011000 1100000 110111

Color Harmonies of #2079FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2079FA

Black with #2079FA

Text Example


Text Example

White with #2079FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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