#079EF7

Color #079EF7 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #079EF7

Tints of Dodger Blue #079EF7

Color information

#079EF7 (or 0x079EF7) is unknown color: approx Dodger Blue. HEX triplet: 07, 9E and F7. RGB value is (7,158,247). Sum of RGB (Red+Green+Blue) = 7+158+247=412 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.70% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 247 (96.88% from 255 or 59.95% from 412); Max value from RGB is 247 - color contains mainly: blue. Hex color #079EF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079EF7 is #F86108. Grayscale: #7A7A7A. Windows color (decimal): -16277769 or 16227847. OLE color: 16227847.

HSL color Cylindrical-coordinate representation of color #079EF7: hue angle of 202.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079EF7 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB7158247-
CMYK0.970.3600.03
HSL202.25º94.49%49.8%-
HSV(B)202.25º97.17%96.86%-
XYZ29.131.2192.49-
YUV123197.9745.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.70%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 247 (96.88% from 255) = 59.95%
R=1.70%
G=38.35%
B=59.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal71582470.970.3600.03202.2594.4949.8
Hex79EF7612403ca5e32
Octal7236367141440331213662
Binary11110011110111101111100001100100011110010101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079EF7; }

 p { color: rgb(7,158,247); }

 H1.HeaderClassName
 {
   color: #079EF7;
 }
 .AnyTagClassName
 {
   color: #079EF7;
 }
</style>
background-color css

<style>
 a { background-color: #079EF7; }

 a { background-color: rgb(7,158,247); }

 div.DivClassName
 {
   background-color: #079EF7;
 }
 .BgClassName
 {
   background-color: #079EF7;
 }
</style>
border-color css

<style>
 span { border-color: #079EF7; }

 span { border-color: rgb(7,158,247); }

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