Html Css Color HEX #329FFF Dodger Blue

📋 copy color: '#329FFF'

red 50 ◦ green 159 ◦ blue 255

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

Shades of Dodger Blue #329FFF

Tints of Dodger Blue #329FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.27%

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

R = 10.78%
G = 34.27%
B = 54.96%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#329FFF (or 0x329FFF) is known color: Dodger Blue. HEX triplet: 32, 9F and FF. RGB value is (50,159,255). Sum of RGB (Red+Green+Blue) = 50+159+255=464 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.78% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #329FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #329FFF is #CD6000. Grayscale: #888888. Windows color (decimal): -13459457 or 16752434. OLE color: 16752434.

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

Color convert

RGB 50 159 255 -
CMYK 0.80 0.38 0 0
HSL 208.1º 1% 0.6% -
HSV(B) 208.1º 0.8% 1% -
XYZ 31.76 32.69 99.24 -
YUV 137.35 194.39 65.69 -
System Red Green Blue C M Y K H S L
Decimal 50 159 255 0.80 0.38 0 0 208.1 1 0.6
Hex 32 9F FF 50 26 0 0 D0 64 3C
Octal 62 237 377 120 46 0 0 320 144 74
Binary 110010 10011111 11111111 1010000 100110 0 0 11010000 1100100 111100

Color Harmonies of #329FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329FFF

Black with #329FFF

Text Example


Text Example

White with #329FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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