#3F89FA

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

Shades of Dodger Blue #3F89FA

Tints of Dodger Blue #3F89FA

Color information

#3F89FA (or 0x3F89FA) is unknown color: approx Dodger Blue. HEX triplet: 3F, 89 and FA. RGB value is (63,137,250). Sum of RGB (Red+Green+Blue) = 63+137+250=450 (59% of max value = 765). Red value is 63 (25% from 255 or 14% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F89FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F89FA is #C07605. Grayscale: #7F7F7F. Windows color (decimal): -12613126 or 16419135. OLE color: 16419135.

HSL color Cylindrical-coordinate representation of color #3F89FA: hue angle of 216.26º 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 #3F89FA is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB63137250-
CMYK0.750.4500.02
HSL216.26º94.92%61.37%-
HSV(B)216.26º74.8%98.04%-
XYZ28.2525.8593.94-
YUV127.76196.9881.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14%
GREEN value IS 137 (53.91% from 255) = 30.44%
BLUE value IS 250 (98.05% from 255) = 55.56%
R=14%
G=30.44%
B=55.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal631372500.750.4500.02216.2694.9261.37
Hex3F89FA4B2D02d85f3d
Octal77211372113550233013775
Binary11111110001001111110101001011101101010110110001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F89FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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