#3F8CF4

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

Shades of Dodger Blue #3F8CF4

Tints of Dodger Blue #3F8CF4

Color information

#3F8CF4 (or 0x3F8CF4) is unknown color: approx Dodger Blue. HEX triplet: 3F, 8C and F4. RGB value is (63,140,244). Sum of RGB (Red+Green+Blue) = 63+140+244=447 (59% of max value = 765). Red value is 63 (25% from 255 or 14.09% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 244 (95.70% from 255 or 54.59% from 447); Max value from RGB is 244 - color contains mainly: blue. Hex color #3F8CF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8CF4 is #C0730B. Grayscale: #808080. Windows color (decimal): -12612364 or 16026687. OLE color: 16026687.

HSL color Cylindrical-coordinate representation of color #3F8CF4: hue angle of 214.48º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F8CF4 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB63140244-
CMYK0.740.4300.04
HSL214.48º89.16%60.2%-
HSV(B)214.48º74.18%95.69%-
XYZ27.7626.3489.21-
YUV128.83192.9981.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.09%
GREEN value IS 140 (55.08% from 255) = 31.32%
BLUE value IS 244 (95.70% from 255) = 54.59%
R=14.09%
G=31.32%
B=54.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal631402440.740.4300.04214.4889.1660.2
Hex3F8CF44A2B04d6593c
Octal77214364112530432613174
Binary111111100011001111010010010101010110100110101101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,140,244); }

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

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

 a { background-color: rgb(63,140,244); }

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

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

 span { border-color: rgb(63,140,244); }

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