#328DFD

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

Shades of Dodger Blue #328DFD

Tints of Dodger Blue #328DFD

Color information

#328DFD (or 0x328DFD) is unknown color: approx Dodger Blue. HEX triplet: 32, 8D and FD. RGB value is (50,141,253). Sum of RGB (Red+Green+Blue) = 50+141+253=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #328DFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328DFD is #CD7202. Grayscale: #7E7E7E. Windows color (decimal): -13464067 or 16616754. OLE color: 16616754.

HSL color Cylindrical-coordinate representation of color #328DFD: hue angle of 213.1º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #328DFD is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB50141253-
CMYK0.800.4400.01
HSL213.1º98.07%59.41%-
HSV(B)213.1º80.24%99.22%-
XYZ28.5726.8296.6-
YUV126.56199.3573.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.26%
GREEN value IS 141 (55.47% from 255) = 31.76%
BLUE value IS 253 (99.22% from 255) = 56.98%
R=11.26%
G=31.76%
B=56.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal501412530.800.4400.01213.198.0759.41
Hex328DFD502C01d5623b
Octal62215375120540132514273
Binary1100101000110111111101101000010110001110101011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,141,253); }

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

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

 a { background-color: rgb(50,141,253); }

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

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

 span { border-color: rgb(50,141,253); }

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