Html Css Color HEX #079EFF Dodger Blue

📋 copy color: '#079EFF'

red 7 ◦ green 158 ◦ blue 255

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

Shades of Dodger Blue #079EFF

Tints of Dodger Blue #079EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.62%

 BLUE value IS 255 (100% from 255) = 60.71%

R = 1.67%
G = 37.62%
B = 60.71%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#079EFF (or 0x079EFF) is known color: Dodger Blue. HEX triplet: 07, 9E and FF. RGB value is (7,158,255). Sum of RGB (Red+Green+Blue) = 7+158+255=420 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #079EFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079EFF is #F86100. Grayscale: #7B7B7B. Windows color (decimal): -16277761 or 16752135. OLE color: 16752135.

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

Color convert

RGB 7 158 255 -
CMYK 0.97 0.38 0 0
HSL 203.47º 1% 0.51% -
HSV(B) 203.47º 0.97% 1% -
XYZ 30.36 31.72 99.13 -
YUV 123.91 201.97 44.61 -
System Red Green Blue C M Y K H S L
Decimal 7 158 255 0.97 0.38 0 0 203.47 1 0.51
Hex 7 9E FF 61 26 0 0 CB 64 33
Octal 7 236 377 141 46 0 0 313 144 63
Binary 111 10011110 11111111 1100001 100110 0 0 11001011 1100100 110011

Color Harmonies of #079EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079EFF

Black with #079EFF

Text Example


Text Example

White with #079EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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