#328AE7

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

Shades of Dodger Blue #328AE7

Tints of Dodger Blue #328AE7

Color information

#328AE7 (or 0x328AE7) is unknown color: approx Dodger Blue. HEX triplet: 32, 8A and E7. RGB value is (50,138,231). Sum of RGB (Red+Green+Blue) = 50+138+231=419 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.93% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 231 (90.62% from 255 or 55.13% from 419); Max value from RGB is 231 - color contains mainly: blue. Hex color #328AE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328AE7 is #CD7518. Grayscale: #797979. Windows color (decimal): -13464857 or 15174194. OLE color: 15174194.

HSL color Cylindrical-coordinate representation of color #328AE7: hue angle of 210.83º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #328AE7 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB50138231-
CMYK0.780.4000.09
HSL210.83º79.04%55.1%-
HSV(B)210.83º78.35%90.59%-
XYZ24.8324.6279.05-
YUV122.29189.3576.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.93%
GREEN value IS 138 (54.30% from 255) = 32.94%
BLUE value IS 231 (90.62% from 255) = 55.13%
R=11.93%
G=32.94%
B=55.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal501382310.780.4000.09210.8379.0455.1
Hex328AE74E2809d34f37
Octal622123471165001132311767
Binary1100101000101011100111100111010100001001110100111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328AE7; }

 p { color: rgb(50,138,231); }

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

<style>
 a { background-color: #328AE7; }

 a { background-color: rgb(50,138,231); }

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

<style>
 span { border-color: #328AE7; }

 span { border-color: rgb(50,138,231); }

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