Html Css Color HEX #079BFA Dodger Blue

📋 copy color: '#079BFA'

red 7 ◦ green 155 ◦ blue 250

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

Shades of Dodger Blue #079BFA

Tints of Dodger Blue #079BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.62%

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

R = 1.7%
G = 37.62%
B = 60.68%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#079BFA (or 0x079BFA) is known color: Dodger Blue. HEX triplet: 07, 9B and FA. RGB value is (7,155,250). Sum of RGB (Red+Green+Blue) = 7+155+250=412 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.70% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #079BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079BFA is #F86405. Grayscale: #797979. Windows color (decimal): -16278534 or 16423687. OLE color: 16423687.

HSL color Cylindrical-coordinate representation of color #079BFA: hue angle of 203.46º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079BFA is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 155 250 -
CMYK 0.97 0.38 0 0.02
HSL 203.46º 0.96% 0.5% -
HSV(B) 203.46º 0.97% 0.98% -
XYZ 29.06 30.39 94.78 -
YUV 121.58 200.47 46.28 -
System Red Green Blue C M Y K H S L
Decimal 7 155 250 0.97 0.38 0 0.02 203.46 0.96 0.5
Hex 7 9B FA 61 26 0 2 CB 60 32
Octal 7 233 372 141 46 0 2 313 140 62
Binary 111 10011011 11111010 1100001 100110 0 10 11001011 1100000 110010

Color Harmonies of #079BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079BFA

Black with #079BFA

Text Example


Text Example

White with #079BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,155,250); }

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

background-color css

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

 a { background-color: rgb(7,155,250); }

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

border-color css

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

 span { border-color: rgb(7,155,250); }

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