#329AFF

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

Shades of Dodger Blue #329AFF

Tints of Dodger Blue #329AFF

Color information

#329AFF (or 0x329AFF) is unknown color: approx Dodger Blue. HEX triplet: 32, 9A and FF. RGB value is (50,154,255). Sum of RGB (Red+Green+Blue) = 50+154+255=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #329AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329AFF is #CD6500. Grayscale: #858585. Windows color (decimal): -13460737 or 16751154. OLE color: 16751154.

HSL color Cylindrical-coordinate representation of color #329AFF: hue angle of 209.56º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #329AFF is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB50154255-
CMYK0.800.4000
HSL209.56º100%59.8%-
HSV(B)209.56º80.39%100%-
XYZ30.9231.0198.96-
YUV134.42196.0467.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.89%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 255 (100% from 255) = 55.56%
R=10.89%
G=33.55%
B=55.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal501542550.800.4000209.5610059.8
Hex329AFF502800d2643c
Octal62232377120500032214474
Binary1100101001101011111111101000010100000110100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329AFF; }

 p { color: rgb(50,154,255); }

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

<style>
 a { background-color: #329AFF; }

 a { background-color: rgb(50,154,255); }

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

<style>
 span { border-color: #329AFF; }

 span { border-color: rgb(50,154,255); }

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