#3F83FB

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

Shades of Dodger Blue #3F83FB

Tints of Dodger Blue #3F83FB

Color information

#3F83FB (or 0x3F83FB) is unknown color: approx Dodger Blue. HEX triplet: 3F, 83 and FB. RGB value is (63,131,251). Sum of RGB (Red+Green+Blue) = 63+131+251=445 (58% of max value = 765). Red value is 63 (25% from 255 or 14.16% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #3F83FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F83FB is #C07C04. Grayscale: #7B7B7B. Windows color (decimal): -12614661 or 16483135. OLE color: 16483135.

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

Color convert

RGB63131251-
CMYK0.750.4800.02
HSL218.3º95.92%61.57%-
HSV(B)218.3º74.9%98.43%-
XYZ27.5824.2594.49-
YUV124.35199.4784.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.16%
GREEN value IS 131 (51.56% from 255) = 29.44%
BLUE value IS 251 (98.44% from 255) = 56.40%
R=14.16%
G=29.44%
B=56.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal631312510.750.4800.02218.395.9261.57
Hex3F83FB4B3002da603e
Octal77203373113600233214076
Binary11111110000011111110111001011110000010110110101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F83FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,131,251); }

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

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

 a { background-color: rgb(63,131,251); }

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

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

 span { border-color: rgb(63,131,251); }

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