#3594EA

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

Shades of Dodger Blue #3594EA

Tints of Dodger Blue #3594EA

Color information

#3594EA (or 0x3594EA) is unknown color: approx Dodger Blue. HEX triplet: 35, 94 and EA. RGB value is (53,148,234). Sum of RGB (Red+Green+Blue) = 53+148+234=435 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.18% from 435); Green value is 148 (58.20% from 255 or 34.02% 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 #3594EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3594EA is #CA6B15. Grayscale: #808080. Windows color (decimal): -13265686 or 15373365. OLE color: 15373365.

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

Color convert

RGB53148234-
CMYK0.770.3700.08
HSL208.51º81.17%56.27%-
HSV(B)208.51º77.35%91.76%-
XYZ26.9127.8881.8-
YUV129.4187.0373.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.18%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 234 (91.80% from 255) = 53.79%
R=12.18%
G=34.02%
B=53.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal531482340.770.3700.08208.5181.1756.27
Hex3594EA4D2508d15138
Octal652243521154501032112170
Binary1101011001010011101010100110110010101000110100011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3594EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,148,234); }

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

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

 a { background-color: rgb(53,148,234); }

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

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

 span { border-color: rgb(53,148,234); }

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