#077AF5

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

Shades of Dodger Blue #077AF5

Tints of Dodger Blue #077AF5

Color information

#077AF5 (or 0x077AF5) is unknown color: approx Dodger Blue. HEX triplet: 07, 7A and F5. RGB value is (7,122,245). Sum of RGB (Red+Green+Blue) = 7+122+245=374 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 245 (96.09% from 255 or 65.51% from 374); Max value from RGB is 245 - color contains mainly: blue. Hex color #077AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077AF5 is #F8850A. Grayscale: #656565. Windows color (decimal): -16286987 or 16087559. OLE color: 16087559.

HSL color Cylindrical-coordinate representation of color #077AF5: hue angle of 211.01º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077AF5 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7122245-
CMYK0.970.5000.04
HSL211.01º94.44%49.41%-
HSV(B)211.01º97.14%96.08%-
XYZ23.5320.5689.11-
YUV101.64208.960.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.87%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 245 (96.09% from 255) = 65.51%
R=1.87%
G=32.62%
B=65.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal71222450.970.5000.04211.0194.4449.41
Hex77AF5613204d35e31
Octal7172365141620432313661
Binary11111110101111010111000011100100100110100111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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