#2078F6

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

Shades of Dodger Blue #2078F6

Tints of Dodger Blue #2078F6

Color information

#2078F6 (or 0x2078F6) is unknown color: approx Dodger Blue. HEX triplet: 20, 78 and F6. RGB value is (32,120,246). Sum of RGB (Red+Green+Blue) = 32+120+246=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 246 (96.48% from 255 or 61.81% from 398); Max value from RGB is 246 - color contains mainly: blue. Hex color #2078F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2078F6 is #DF8709. Grayscale: #6B6B6B. Windows color (decimal): -14649098 or 16152608. OLE color: 16152608.

HSL color Cylindrical-coordinate representation of color #2078F6: hue angle of 215.33º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2078F6 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB32120246-
CMYK0.870.5100.04
HSL215.33º92.24%54.51%-
HSV(B)215.33º86.99%96.47%-
XYZ23.9520.3989.86-
YUV108.05205.8573.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.04%
GREEN value IS 120 (47.27% from 255) = 30.15%
BLUE value IS 246 (96.48% from 255) = 61.81%
R=8.04%
G=30.15%
B=61.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal321202460.870.5100.04215.3392.2454.51
Hex2078F6573304d75c37
Octal40170366127630432713467
Binary10000011110001111011010101111100110100110101111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2078F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2078F6; }

 p { color: rgb(32,120,246); }

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

<style>
 a { background-color: #2078F6; }

 a { background-color: rgb(32,120,246); }

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

<style>
 span { border-color: #2078F6; }

 span { border-color: rgb(32,120,246); }

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