#3990EA

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

Shades of Dodger Blue #3990EA

Tints of Dodger Blue #3990EA

Color information

#3990EA (or 0x3990EA) is unknown color: approx Dodger Blue. HEX triplet: 39, 90 and EA. RGB value is (57,144,234). Sum of RGB (Red+Green+Blue) = 57+144+234=435 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.10% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #3990EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3990EA is #C66F15. Grayscale: #7F7F7F. Windows color (decimal): -13004566 or 15372345. OLE color: 15372345.

HSL color Cylindrical-coordinate representation of color #3990EA: hue angle of 210.51º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3990EA is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB57144234-
CMYK0.760.3800.08
HSL210.51º80.82%57.06%-
HSV(B)210.51º75.64%91.76%-
XYZ26.5126.7681.61-
YUV128.25187.6877.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.10%
GREEN value IS 144 (56.64% from 255) = 33.10%
BLUE value IS 234 (91.80% from 255) = 53.79%
R=13.10%
G=33.10%
B=53.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal571442340.760.3800.08210.5180.8257.06
Hex3990EA4C2608d35139
Octal712203521144601032312171
Binary1110011001000011101010100110010011001000110100111010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3990EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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