#3982F6

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

Shades of Dodger Blue #3982F6

Tints of Dodger Blue #3982F6

Color information

#3982F6 (or 0x3982F6) is unknown color: approx Dodger Blue. HEX triplet: 39, 82 and F6. RGB value is (57,130,246). Sum of RGB (Red+Green+Blue) = 57+130+246=433 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.16% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 246 (96.48% from 255 or 56.81% from 433); Max value from RGB is 246 - color contains mainly: blue. Hex color #3982F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3982F6 is #C67D09. Grayscale: #787878. Windows color (decimal): -13008138 or 16155193. OLE color: 16155193.

HSL color Cylindrical-coordinate representation of color #3982F6: hue angle of 216.83º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3982F6 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB57130246-
CMYK0.770.4700.04
HSL216.83º91.3%59.41%-
HSV(B)216.83º76.83%96.47%-
XYZ26.323.4990.34-
YUV121.4198.3282.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.16%
GREEN value IS 130 (51.17% from 255) = 30.02%
BLUE value IS 246 (96.48% from 255) = 56.81%
R=13.16%
G=30.02%
B=56.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal571302460.770.4700.04216.8391.359.41
Hex3982F64D2F04d95b3b
Octal71202366115570433113373
Binary111001100000101111011010011011011110100110110011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3982F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,130,246); }

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

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

 a { background-color: rgb(57,130,246); }

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

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

 span { border-color: rgb(57,130,246); }

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