#3F8BFA

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

Shades of Dodger Blue #3F8BFA

Tints of Dodger Blue #3F8BFA

Color information

#3F8BFA (or 0x3F8BFA) is unknown color: approx Dodger Blue. HEX triplet: 3F, 8B and FA. RGB value is (63,139,250). Sum of RGB (Red+Green+Blue) = 63+139+250=452 (59% of max value = 765). Red value is 63 (25% from 255 or 13.94% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F8BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8BFA is #C07405. Grayscale: #808080. Windows color (decimal): -12612614 or 16419647. OLE color: 16419647.

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

Color convert

RGB63139250-
CMYK0.750.4400.02
HSL215.61º94.92%61.37%-
HSV(B)215.61º74.8%98.04%-
XYZ28.5426.4294.04-
YUV128.93196.3280.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.94%
GREEN value IS 139 (54.69% from 255) = 30.75%
BLUE value IS 250 (98.05% from 255) = 55.31%
R=13.94%
G=30.75%
B=55.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal631392500.750.4400.02215.6194.9261.37
Hex3F8BFA4B2C02d85f3d
Octal77213372113540233013775
Binary11111110001011111110101001011101100010110110001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,139,250); }

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

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

 a { background-color: rgb(63,139,250); }

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

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

 span { border-color: rgb(63,139,250); }

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