Html Css Color HEX #079FF5 Dodger Blue

📋 copy color: '#079FF5'

red 7 ◦ green 159 ◦ blue 245

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

Shades of Dodger Blue #079FF5

Tints of Dodger Blue #079FF5

RGB

 RED value IS 7 (3.13% from 255) = 1.7%

 GREEN value IS 159 (62.5% from 255) = 38.69%

 BLUE value IS 245 (96.09% from 255) = 59.61%

R = 1.7%
G = 38.69%
B = 59.61%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#079FF5 (or 0x079FF5) is known color: Dodger Blue. HEX triplet: 07, 9F and F5. RGB value is (7,159,245). Sum of RGB (Red+Green+Blue) = 7+159+245=411 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.70% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 245 (96.09% from 255 or 59.61% from 411); Max value from RGB is 245 - color contains mainly: blue. Hex color #079FF5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079FF5 is #F8600A. Grayscale: #7A7A7A. Windows color (decimal): -16277515 or 16097031. OLE color: 16097031.

HSL color Cylindrical-coordinate representation of color #079FF5: hue angle of 201.68º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079FF5 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 7 159 245 -
CMYK 0.97 0.35 0 0.04
HSL 201.68º 0.94% 0.49% -
HSV(B) 201.68º 0.97% 0.96% -
XYZ 28.97 31.43 90.93 -
YUV 123.36 196.64 45.01 -
System Red Green Blue C M Y K H S L
Decimal 7 159 245 0.97 0.35 0 0.04 201.68 0.94 0.49
Hex 7 9F F5 61 23 0 4 CA 5E 31
Octal 7 237 365 141 43 0 4 312 136 61
Binary 111 10011111 11110101 1100001 100011 0 100 11001010 1011110 110001

Color Harmonies of #079FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079FF5

Black with #079FF5

Text Example


Text Example

White with #079FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,159,245); }

 H1.HeaderClassName
 {
   color: #079FF5;
 }
 .AnyTagClassName
 {
   color: #079FF5;
 }
</style>

background-color css

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

 a { background-color: rgb(7,159,245); }

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

border-color css

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

 span { border-color: rgb(7,159,245); }

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