Html Css Color HEX #079CFD Dodger Blue

📋 copy color: '#079CFD'

red 7 ◦ green 156 ◦ blue 253

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

Shades of Dodger Blue #079CFD

Tints of Dodger Blue #079CFD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.5%

 BLUE value IS 253 (99.22% from 255) = 60.82%

R = 1.68%
G = 37.5%
B = 60.82%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#079CFD (or 0x079CFD) is known color: Dodger Blue. HEX triplet: 07, 9C and FD. RGB value is (7,156,253). Sum of RGB (Red+Green+Blue) = 7+156+253=416 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.68% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #079CFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079CFD is #F86302. Grayscale: #797979. Windows color (decimal): -16278275 or 16620551. OLE color: 16620551.

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

Color convert

RGB 7 156 253 -
CMYK 0.97 0.38 0 0.01
HSL 203.66º 0.98% 0.51% -
HSV(B) 203.66º 0.97% 0.99% -
XYZ 29.71 30.91 97.33 -
YUV 122.51 201.64 45.61 -
System Red Green Blue C M Y K H S L
Decimal 7 156 253 0.97 0.38 0 0.01 203.66 0.98 0.51
Hex 7 9C FD 61 26 0 1 CC 62 33
Octal 7 234 375 141 46 0 1 314 142 63
Binary 111 10011100 11111101 1100001 100110 0 1 11001100 1100010 110011

Color Harmonies of #079CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079CFD

Black with #079CFD

Text Example


Text Example

White with #079CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,156,253); }

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

background-color css

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

 a { background-color: rgb(7,156,253); }

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

border-color css

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

 span { border-color: rgb(7,156,253); }

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