#2077F8

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

Shades of Dodger Blue #2077F8

Tints of Dodger Blue #2077F8

Color information

#2077F8 (or 0x2077F8) is unknown color: approx Dodger Blue. HEX triplet: 20, 77 and F8. RGB value is (32,119,248). Sum of RGB (Red+Green+Blue) = 32+119+248=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 248 (97.27% from 255 or 62.16% from 399); Max value from RGB is 248 - color contains mainly: blue. Hex color #2077F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2077F8 is #DF8807. Grayscale: #6B6B6B. Windows color (decimal): -14649352 or 16283424. OLE color: 16283424.

HSL color Cylindrical-coordinate representation of color #2077F8: hue angle of 215.83º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2077F8 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB32119248-
CMYK0.870.5200.03
HSL215.83º93.91%54.9%-
HSV(B)215.83º87.1%97.25%-
XYZ24.1420.2891.45-
YUV107.69207.1874.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.02%
GREEN value IS 119 (46.88% from 255) = 29.82%
BLUE value IS 248 (97.27% from 255) = 62.16%
R=8.02%
G=29.82%
B=62.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal321192480.870.5200.03215.8393.9154.9
Hex2077F8573403d85e37
Octal40167370127640333013667
Binary1000001110111111110001010111110100011110110001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2077F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2077F8; }

 p { color: rgb(32,119,248); }

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

<style>
 a { background-color: #2077F8; }

 a { background-color: rgb(32,119,248); }

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

<style>
 span { border-color: #2077F8; }

 span { border-color: rgb(32,119,248); }

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