Html Css Color HEX #079BEB Dodger Blue

📋 copy color: '#079BEB'

red 7 ◦ green 155 ◦ blue 235

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

Shades of Dodger Blue #079BEB

Tints of Dodger Blue #079BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.19%

R = 1.76%
G = 39.04%
B = 59.19%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#079BEB (or 0x079BEB) is known color: Dodger Blue. HEX triplet: 07, 9B and EB. RGB value is (7,155,235). Sum of RGB (Red+Green+Blue) = 7+155+235=397 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #079BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079BEB is #F86414. Grayscale: #777777. Windows color (decimal): -16278549 or 15440647. OLE color: 15440647.

HSL color Cylindrical-coordinate representation of color #079BEB: hue angle of 201.05º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079BEB is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 155 235 -
CMYK 0.97 0.34 0 0.08
HSL 201.05º 0.94% 0.47% -
HSV(B) 201.05º 0.97% 0.92% -
XYZ 26.8 29.49 82.88 -
YUV 119.87 192.97 47.5 -
System Red Green Blue C M Y K H S L
Decimal 7 155 235 0.97 0.34 0 0.08 201.05 0.94 0.47
Hex 7 9B EB 61 22 0 8 C9 5E 2F
Octal 7 233 353 141 42 0 10 311 136 57
Binary 111 10011011 11101011 1100001 100010 0 1000 11001001 1011110 101111

Color Harmonies of #079BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079BEB

Black with #079BEB

Text Example


Text Example

White with #079BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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