#3F8BF1

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

Shades of Dodger Blue #3F8BF1

Tints of Dodger Blue #3F8BF1

Color information

#3F8BF1 (or 0x3F8BF1) is unknown color: approx Dodger Blue. HEX triplet: 3F, 8B and F1. RGB value is (63,139,241). Sum of RGB (Red+Green+Blue) = 63+139+241=443 (58% of max value = 765). Red value is 63 (25% from 255 or 14.22% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #3F8BF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8BF1 is #C0740E. Grayscale: #7F7F7F. Windows color (decimal): -12612623 or 15829823. OLE color: 15829823.

HSL color Cylindrical-coordinate representation of color #3F8BF1: hue angle of 214.38º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F8BF1 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63139241-
CMYK0.740.4200.05
HSL214.38º86.41%59.61%-
HSV(B)214.38º73.86%94.51%-
XYZ27.1625.8786.78-
YUV127.9191.8281.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.22%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 241 (94.53% from 255) = 54.40%
R=14.22%
G=31.38%
B=54.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal631392410.740.4200.05214.3886.4159.61
Hex3F8BF14A2A05d6563c
Octal77213361112520532612674
Binary111111100010111111000110010101010100101110101101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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