#328BFD

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

Shades of Dodger Blue #328BFD

Tints of Dodger Blue #328BFD

Color information

#328BFD (or 0x328BFD) is unknown color: approx Dodger Blue. HEX triplet: 32, 8B and FD. RGB value is (50,139,253). Sum of RGB (Red+Green+Blue) = 50+139+253=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #328BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #328BFD is #CD7402. Grayscale: #7C7C7C. Windows color (decimal): -13464579 or 16616242. OLE color: 16616242.

HSL color Cylindrical-coordinate representation of color #328BFD: hue angle of 213.69º 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 #328BFD is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB50139253-
CMYK0.800.4500.01
HSL213.69º98.07%59.41%-
HSV(B)213.69º80.24%99.22%-
XYZ28.2826.2496.5-
YUV125.38200.0174.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.31%
GREEN value IS 139 (54.69% from 255) = 31.45%
BLUE value IS 253 (99.22% from 255) = 57.24%
R=11.31%
G=31.45%
B=57.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal501392530.800.4500.01213.6998.0759.41
Hex328BFD502D01d6623b
Octal62213375120550132614273
Binary1100101000101111111101101000010110101110101101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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