#077AEC

Color #077AEC Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #077AEC

Tints of Dodger Blue #077AEC

Color information

#077AEC (or 0x077AEC) is unknown color: approx Dodger Blue. HEX triplet: 07, 7A and EC. RGB value is (7,122,236). Sum of RGB (Red+Green+Blue) = 7+122+236=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #077AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077AEC is #F88513. Grayscale: #646464. Windows color (decimal): -16286996 or 15497735. OLE color: 15497735.

HSL color Cylindrical-coordinate representation of color #077AEC: hue angle of 209.87º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077AEC is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7122236-
CMYK0.970.4800.07
HSL209.87º94.24%47.65%-
HSV(B)209.87º97.03%92.55%-
XYZ22.1920.0282.05-
YUV100.61204.461.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.92%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 236 (92.58% from 255) = 64.66%
R=1.92%
G=33.42%
B=64.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal71222360.970.4800.07209.8794.2447.65
Hex77AEC613007d25e30
Octal7172354141600732213660
Binary11111110101110110011000011100000111110100101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077AEC; }

 p { color: rgb(7,122,236); }

 H1.HeaderClassName
 {
   color: #077AEC;
 }
 .AnyTagClassName
 {
   color: #077AEC;
 }
</style>
background-color css

<style>
 a { background-color: #077AEC; }

 a { background-color: rgb(7,122,236); }

 div.DivClassName
 {
   background-color: #077AEC;
 }
 .BgClassName
 {
   background-color: #077AEC;
 }
</style>
border-color css

<style>
 span { border-color: #077AEC; }

 span { border-color: rgb(7,122,236); }

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