Html Css Color HEX #329BFF Dodger Blue

📋 copy color: '#329BFF'

red 50 ◦ green 155 ◦ blue 255

#329BFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #329BFF

Tints of Dodger Blue #329BFF

RGB

 RED value IS 50 (19.92% from 255) = 10.87%

 GREEN value IS 155 (60.94% from 255) = 33.7%

 BLUE value IS 255 (100% from 255) = 55.43%

R = 10.87%
G = 33.7%
B = 55.43%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#329BFF (or 0x329BFF) is known color: Dodger Blue. HEX triplet: 32, 9B and FF. RGB value is (50,155,255). Sum of RGB (Red+Green+Blue) = 50+155+255=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #329BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329BFF is #CD6400. Grayscale: #868686. Windows color (decimal): -13460481 or 16751410. OLE color: 16751410.

HSL color Cylindrical-coordinate representation of color #329BFF: hue angle of 209.27º 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 #329BFF is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 50 155 255 -
CMYK 0.80 0.39 0 0
HSL 209.27º 1% 0.6% -
HSV(B) 209.27º 0.8% 1% -
XYZ 31.09 31.34 99.02 -
YUV 135.01 195.71 67.37 -
System Red Green Blue C M Y K H S L
Decimal 50 155 255 0.80 0.39 0 0 209.27 1 0.6
Hex 32 9B FF 50 27 0 0 D1 64 3C
Octal 62 233 377 120 47 0 0 321 144 74
Binary 110010 10011011 11111111 1010000 100111 0 0 11010001 1100100 111100

Color Harmonies of #329BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329BFF

Black with #329BFF

Text Example


Text Example

White with #329BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #329BFF;
 }
 .AnyTagClassName
 {
   color: #329BFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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