#3F86FD

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

Shades of Dodger Blue #3F86FD

Tints of Dodger Blue #3F86FD

Color information

#3F86FD (or 0x3F86FD) is unknown color: approx Dodger Blue. HEX triplet: 3F, 86 and FD. RGB value is (63,134,253). Sum of RGB (Red+Green+Blue) = 63+134+253=450 (59% of max value = 765). Red value is 63 (25% from 255 or 14% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #3F86FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F86FD is #C07902. Grayscale: #7D7D7D. Windows color (decimal): -12613891 or 16614975. OLE color: 16614975.

HSL color Cylindrical-coordinate representation of color #3F86FD: hue angle of 217.58º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F86FD is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB63134253-
CMYK0.750.4700.01
HSL217.58º97.94%61.96%-
HSV(B)217.58º75.1%99.22%-
XYZ28.325.296.3-
YUV126.34199.4882.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14%
GREEN value IS 134 (52.73% from 255) = 29.78%
BLUE value IS 253 (99.22% from 255) = 56.22%
R=14%
G=29.78%
B=56.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal631342530.750.4700.01217.5897.9461.96
Hex3F86FD4B2F01da623e
Octal77206375113570133214276
Binary1111111000011011111101100101110111101110110101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F86FD; }

 p { color: rgb(63,134,253); }

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

<style>
 a { background-color: #3F86FD; }

 a { background-color: rgb(63,134,253); }

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

<style>
 span { border-color: #3F86FD; }

 span { border-color: rgb(63,134,253); }

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