#3886F6

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

Shades of Dodger Blue #3886F6

Tints of Dodger Blue #3886F6

Color information

#3886F6 (or 0x3886F6) is unknown color: approx Dodger Blue. HEX triplet: 38, 86 and F6. RGB value is (56,134,246). Sum of RGB (Red+Green+Blue) = 56+134+246=436 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.84% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #3886F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3886F6 is #C77909. Grayscale: #7A7A7A. Windows color (decimal): -13072650 or 16156216. OLE color: 16156216.

HSL color Cylindrical-coordinate representation of color #3886F6: hue angle of 215.37º 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 #3886F6 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB56134246-
CMYK0.770.4600.04
HSL215.37º91.35%59.22%-
HSV(B)215.37º77.24%96.47%-
XYZ26.7924.5490.51-
YUV123.45197.1679.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.84%
GREEN value IS 134 (52.73% from 255) = 30.73%
BLUE value IS 246 (96.48% from 255) = 56.42%
R=12.84%
G=30.73%
B=56.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal561342460.770.4600.04215.3791.3559.22
Hex3886F64D2E04d75b3b
Octal70206366115560432713373
Binary111000100001101111011010011011011100100110101111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3886F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,134,246); }

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

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

 a { background-color: rgb(56,134,246); }

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

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

 span { border-color: rgb(56,134,246); }

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