#077bfd

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

Shades of Dodger Blue #077BFD

Tints of Dodger Blue #077BFD

Color information

#077BFD (or 0x077BFD) is unknown color: approx Dodger Blue. HEX triplet: 07, 7B and FD. RGB value is (7,123,253). Sum of RGB (Red+Green+Blue) = 7+123+253=383 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #077BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077BFD is #F88402. Grayscale: #666666. Windows color (decimal): -16286723 or 16612103. OLE color: 16612103.

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

Color convert

RGB7123253-
CMYK0.970.5100.01
HSL211.71º98.4%50.98%-
HSV(B)211.71º97.23%99.22%-
XYZ24.921.395.73-
YUV103.14212.5759.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.83%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 253 (99.22% from 255) = 66.06%
R=1.83%
G=32.11%
B=66.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal71232530.970.5100.01211.7198.450.98
Hex77BFD613301d46233
Octal7173375141630132414263
Binary111111101111111101110000111001101110101001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077bfd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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