Html Css Color HEX #329CFF Dodger Blue

📋 copy color: '#329CFF'

red 50 ◦ green 156 ◦ blue 255

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

Shades of Dodger Blue #329CFF

Tints of Dodger Blue #329CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.84%

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

R = 10.85%
G = 33.84%
B = 55.31%

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

#329CFF (or 0x329CFF) is known color: Dodger Blue. HEX triplet: 32, 9C and FF. RGB value is (50,156,255). Sum of RGB (Red+Green+Blue) = 50+156+255=461 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.85% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #329CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329CFF is #CD6300. Grayscale: #878787. Windows color (decimal): -13460225 or 16751666. OLE color: 16751666.

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

Color convert

RGB 50 156 255 -
CMYK 0.80 0.39 0 0
HSL 208.98º 1% 0.6% -
HSV(B) 208.98º 0.8% 1% -
XYZ 31.25 31.68 99.07 -
YUV 135.59 195.38 66.95 -
System Red Green Blue C M Y K H S L
Decimal 50 156 255 0.80 0.39 0 0 208.98 1 0.6
Hex 32 9C FF 50 27 0 0 D1 64 3C
Octal 62 234 377 120 47 0 0 321 144 74
Binary 110010 10011100 11111111 1010000 100111 0 0 11010001 1100100 111100

Color Harmonies of #329CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CFF

Black with #329CFF

Text Example


Text Example

White with #329CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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