Html Css Color HEX #079EFE Dodger Blue

📋 copy color: '#079EFE'

red 7 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #079EFE

Tints of Dodger Blue #079EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.62%

R = 1.67%
G = 37.71%
B = 60.62%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#079EFE (or 0x079EFE) is known color: Dodger Blue. HEX triplet: 07, 9E and FE. RGB value is (7,158,254). Sum of RGB (Red+Green+Blue) = 7+158+254=419 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #079EFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079EFE is #F86101. Grayscale: #7B7B7B. Windows color (decimal): -16277762 or 16686599. OLE color: 16686599.

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

Color convert

RGB 7 158 254 -
CMYK 0.97 0.38 0 0.00
HSL 203.32º 0.99% 0.51% -
HSV(B) 203.32º 0.97% 1% -
XYZ 30.2 31.65 98.28 -
YUV 123.8 201.47 44.69 -
System Red Green Blue C M Y K H S L
Decimal 7 158 254 0.97 0.38 0 0.00 203.32 0.99 0.51
Hex 7 9E FE 61 26 0 0 CB 63 33
Octal 7 236 376 141 46 0 0 313 143 63
Binary 111 10011110 11111110 1100001 100110 0 0 11001011 1100011 110011

Color Harmonies of #079EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079EFE

Black with #079EFE

Text Example


Text Example

White with #079EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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