#079aef

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

Shades of Dodger Blue #079AEF

Tints of Dodger Blue #079AEF

Color information

#079AEF (or 0x079AEF) is unknown color: approx Dodger Blue. HEX triplet: 07, 9A and EF. RGB value is (7,154,239). Sum of RGB (Red+Green+Blue) = 7+154+239=400 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #079AEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079AEF is #F86510. Grayscale: #777777. Windows color (decimal): -16278801 or 15702535. OLE color: 15702535.

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

Color convert

RGB7154239-
CMYK0.970.3600.06
HSL201.98º94.31%48.24%-
HSV(B)201.98º97.07%93.73%-
XYZ27.2229.3985.9-
YUV119.74195.347.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.75%
GREEN value IS 154 (60.55% from 255) = 38.5%
BLUE value IS 239 (93.75% from 255) = 59.75%
R=1.75%
G=38.5%
B=59.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal71542390.970.3600.06201.9894.3148.24
Hex79AEF612406ca5e30
Octal7232357141440631213660
Binary111100110101110111111000011001000110110010101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079aef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,154,239); }

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

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

 a { background-color: rgb(7,154,239); }

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

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

 span { border-color: rgb(7,154,239); }

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