#3990FA

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

Shades of Dodger Blue #3990FA

Tints of Dodger Blue #3990FA

Color information

#3990FA (or 0x3990FA) is unknown color: approx Dodger Blue. HEX triplet: 39, 90 and FA. RGB value is (57,144,250). Sum of RGB (Red+Green+Blue) = 57+144+250=451 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.64% from 451); Green value is 144 (56.64% from 255 or 31.93% 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 #3990FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3990FA is #C66F05. Grayscale: #818181. Windows color (decimal): -13004550 or 16420921. OLE color: 16420921.

HSL color Cylindrical-coordinate representation of color #3990FA: hue angle of 212.95º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3990FA is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB57144250-
CMYK0.770.4200.02
HSL212.95º95.07%60.2%-
HSV(B)212.95º77.2%98.04%-
XYZ28.9227.7294.27-
YUV130.07195.6875.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.64%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 250 (98.05% from 255) = 55.43%
R=12.64%
G=31.93%
B=55.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal571442500.770.4200.02212.9595.0760.2
Hex3990FA4D2A02d55f3c
Octal71220372115520232513774
Binary11100110010000111110101001101101010010110101011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3990FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3990FA; }

 p { color: rgb(57,144,250); }

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

<style>
 a { background-color: #3990FA; }

 a { background-color: rgb(57,144,250); }

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

<style>
 span { border-color: #3990FA; }

 span { border-color: rgb(57,144,250); }

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