Html Css Color HEX #079AFC Dodger Blue

📋 copy color: '#079AFC'

red 7 ◦ green 154 ◦ blue 252

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

Shades of Dodger Blue #079AFC

Tints of Dodger Blue #079AFC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.29%

 BLUE value IS 252 (98.83% from 255) = 61.02%

R = 1.69%
G = 37.29%
B = 61.02%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#079AFC (or 0x079AFC) is known color: Dodger Blue. HEX triplet: 07, 9A and FC. RGB value is (7,154,252). Sum of RGB (Red+Green+Blue) = 7+154+252=413 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #079AFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #079AFC is #F86503. Grayscale: #787878. Windows color (decimal): -16278788 or 16554503. OLE color: 16554503.

HSL color Cylindrical-coordinate representation of color #079AFC: hue angle of 204º 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 #079AFC is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 154 252 -
CMYK 0.97 0.39 0 0.01
HSL 204º 0.98% 0.51% -
HSV(B) 204º 0.97% 0.99% -
XYZ 29.21 30.18 96.38 -
YUV 121.22 201.8 46.53 -
System Red Green Blue C M Y K H S L
Decimal 7 154 252 0.97 0.39 0 0.01 204 0.98 0.51
Hex 7 9A FC 61 27 0 1 CC 62 33
Octal 7 232 374 141 47 0 1 314 142 63
Binary 111 10011010 11111100 1100001 100111 0 1 11001100 1100010 110011

Color Harmonies of #079AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079AFC

Black with #079AFC

Text Example


Text Example

White with #079AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,154,252); }

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

background-color css

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

 a { background-color: rgb(7,154,252); }

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

border-color css

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

 span { border-color: rgb(7,154,252); }

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