#3F8AFA

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

Shades of Dodger Blue #3F8AFA

Tints of Dodger Blue #3F8AFA

Color information

#3F8AFA (or 0x3F8AFA) is unknown color: approx Dodger Blue. HEX triplet: 3F, 8A and FA. RGB value is (63,138,250). Sum of RGB (Red+Green+Blue) = 63+138+250=451 (59% of max value = 765). Red value is 63 (25% from 255 or 13.97% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #3F8AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F8AFA is #C07505. Grayscale: #7F7F7F. Windows color (decimal): -12612870 or 16419391. OLE color: 16419391.

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

Color convert

RGB63138250-
CMYK0.750.4500.02
HSL215.94º94.92%61.37%-
HSV(B)215.94º74.8%98.04%-
XYZ28.3926.1493.99-
YUV128.34196.6581.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.97%
GREEN value IS 138 (54.30% from 255) = 30.60%
BLUE value IS 250 (98.05% from 255) = 55.43%
R=13.97%
G=30.60%
B=55.43%

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
Decimal631382500.750.4500.02215.9494.9261.37
Hex3F8AFA4B2D02d85f3d
Octal77212372113550233013775
Binary11111110001010111110101001011101101010110110001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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